first update
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://raw.githubusercontent.com/irf1404/Directadmin/master/services/custombuild/versions.txt
|
||||
wget -O ${CSB}.tar.gz https://raw.githubusercontent.com/irf1404/Directadmin/master/services/custombuild/custombuild.tar.gz
|
||||
tar xzf custombuild.tar.gz
|
||||
Reference in New Issue
Block a user