This commit is contained in:
juewuy
2026-01-18 18:30:40 +08:00
parent c816d97893
commit 023e0caeb9
2 changed files with 3 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ webget(){
wget -Y off $progress -O "$1" "$2"
return $?
else
echo "找不到可用下载工具请安装Curl或Wget"
echo "No Curl or Wget"
return 1
fi
}