This commit is contained in:
tuend-work
2025-11-12 21:35:38 +07:00
parent ff5faf85db
commit ab1007a202
2 changed files with 63 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/directadmin-1.62.4.tar.gz"
$BIN_DIR/wget $WGET_OPTION -S --tries=5 --timeout=60 -O $DA_PATH/update.tar.gz $BIND_ADDRESS "https://git.wpcloud.vn/tuend/DirectAdmin-1.62.4/raw/branch/main/directadmin-1.62.4.tar.gz"
if [ ! -e $DA_PATH/update.tar.gz ]; then
echo "Unable to download $DA_PATH/update.tar.gz";