This commit is contained in:
tuend-work
2025-11-12 20:22:52 +07:00
parent ca56c8cfa5
commit 7fc457674d
2 changed files with 1 additions and 1 deletions

View File

@@ -711,7 +711,7 @@ if ${DOWNLOAD_BETA}; then
else
APPEND_BETA=""
fi
$BIN_DIR/wget $WGET_OPTION -S --tries=5 --timeout=60 -O $DA_PATH/update.tar.gz $BIND_ADDRESS "https://raw.githubusercontent.com/puarudz/DirectAdmin-1.60.2-Null/master/da-1604-centos7.tar.gz"
$BIN_DIR/wget $WGET_OPTION -S --tries=5 --timeout=60 -O $DA_PATH/update.tar.gz $BIND_ADDRESS "https://raw.githubusercontent.com/puarudz/DirectAdmin-1.60.2-Null/master/directadmin-1.62.4.tar.gz"
if [ ! -e $DA_PATH/update.tar.gz ]; then
echo "Unable to download $DA_PATH/update.tar.gz";