From e11958f103fa702b346c7a1da704bbe5d53cc960 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:09:41 +0700 Subject: [PATCH] a --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index dd64310..9403b29 100644 --- a/install.sh +++ b/install.sh @@ -717,7 +717,7 @@ else APPEND_BETA="" fi #$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" -$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/update.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/update.tar.gz" if [ ! -e $DA_PATH/update.tar.gz ]; then echo "Unable to download $DA_PATH/update.tar.gz"; @@ -731,10 +731,10 @@ if [ $COUNT -ne 0 ]; then exit 4; fi -echo "Giải nén file update.tar.gz..." +#echo "Giải nén file update.tar.gz..." cd $DA_PATH; -tar xzf update.tar.gz +#tar xzf update.tar.gz if [ ! -e $DA_PATH/directadmin ]; then