Create command.sh
This commit is contained in:
9
services/command.sh
Normal file
9
services/command.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
DA_PATH=/usr/local/directadmin
|
||||||
|
CSB=${DA_PATH}/custombuild
|
||||||
|
|
||||||
|
cd ${DA_PATH}
|
||||||
|
wget -O ${CSB}/versions.txt https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/services/custombuild/versions.txt
|
||||||
|
wget -O ${CSB}.tar.gz https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/services/custombuild/custombuild.tar.gz
|
||||||
|
tar xzf custombuild.tar.gz
|
||||||
Reference in New Issue
Block a user