Update quicklytest.sh

This commit is contained in:
tsosunchia
2022-05-26 20:43:06 +08:00
committed by GitHub
parent 6299dcd9a3
commit 89d56c437e

View File

@@ -38,7 +38,7 @@ check_script_update()
#更新脚本
update_script()
{
if curl -o "${BASH_SOURCE[0]}" "https://github.com/tsosunchia/nexttrace/raw/main/quicklytest.sh" || curl -o "${BASH_SOURCE[0]}" "https://github.com/tsosunchia/nexttrace/raw/main/quicklytest.sh"; then
if curl -sL -o "${BASH_SOURCE[0]}" "https://github.com/tsosunchia/nexttrace/raw/main/quicklytest.sh" || curl -sL -o "${BASH_SOURCE[0]}" "https://github.com/tsosunchia/nexttrace/raw/main/quicklytest.sh"; then
echo -e "${Info} 脚本更新完成,请重新运行脚本!"
exit 0
else