mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
Update quicklytest.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user