mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-10 00:46:30 +00:00
10 lines
178 B
Bash
Executable file
10 lines
178 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")"/appmk
|
|
part0
|
|
LINK=https://api.adoptium.net/v3/binary/latest/$1/ga/linux/x64/jre/hotspot/normal/eclipse
|
|
shift
|
|
ungz
|
|
mv "$DIR"/jdk*/* "$DIR"
|
|
appb
|
|
part9
|