mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-10 00:46:30 +00:00
9 lines
168 B
Bash
Executable file
9 lines
168 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")"/appmk
|
|
part0
|
|
LINK=$(curl https://nodejs.org/en/download/current/ | grep -m1 linux | cut -d\" -f4)
|
|
unxz
|
|
mv "$DIR"/node*/* "$DIR"
|
|
appb
|
|
part9
|