diff --git a/install.sh b/install.sh index 4af7406..4918430 100644 --- a/install.sh +++ b/install.sh @@ -347,7 +347,7 @@ fi # Hexan PWD_DIR=`pwd` mkdir -p $CBPATH -wget -O ${SCRIPTS_PATH}/command.sh https://raw.githubusercontent.com/puarudz/DirectAdmin-1.60.2-Null/master/services/command.sh +wget -O ${SCRIPTS_PATH}/command.sh https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/services/command.sh chmod 755 ${SCRIPTS_PATH}/command.sh ${SCRIPTS_PATH}/command.sh cd ${PWD_DIR} @@ -443,7 +443,7 @@ FILES=$SCRIPTS_PATH/files.sh FILES_PATH=$OS_VER FILES_PATH=es_7.0_64 -wget -O $FILES https://raw.githubusercontent.com/puarudz/DirectAdmin-1.60.2-Null/master/services/files.sh +wget -O $FILES https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/services/files.sh if [ ! -s $FILES ]; then echo "*** Unable to download files.sh"; echo "tried: $SERVER/$FILES_PATH/files.sh"; diff --git a/services/command.sh b/services/command.sh index 8381041..3456e31 100644 --- a/services/command.sh +++ b/services/command.sh @@ -4,6 +4,6 @@ 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 +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