From 918c22f2b5d8852807c4d35390c904b7bf7651f9 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Thu, 1 Jul 2021 17:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20uclient-fetch=20=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoUpdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/AutoUpdate.sh b/Scripts/AutoUpdate.sh index 1760c80..e7ab05d 100755 --- a/Scripts/AutoUpdate.sh +++ b/Scripts/AutoUpdate.sh @@ -573,7 +573,7 @@ AutoUpdate_Main() { elif [[ $(CHECK_PKG wget) == true ]];then Downloader="wget -q --no-check-certificate -T 5 --no-dns-cache -x" else - Downloader="uclient-fetch -q --no-check-certificate --timeout 5" + Downloader="uclient-fetch -q --no-check-certificate -T 5" fi [[ -z $* ]] && PREPARE_UPGRADES $*