修改 uclient-fetch 超时参数

This commit is contained in:
Hyy2001X 2021-07-01 17:26:00 +08:00
parent 98ff86f8c1
commit 918c22f2b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 $*