From 94e64644b1a0ae94ba9f3e54e3e7d716778906f8 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Sun, 24 Mar 2024 12:35:51 +0800 Subject: [PATCH] Update gl-inet.sh --- gl-inet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl-inet.sh b/gl-inet.sh index b706236..e155f6f 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -393,7 +393,7 @@ do_install_filemanager() { } #更新脚本 update_myself() { - wget -O gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x gl-inet.sh + wget -O gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh?$(date +%s) && chmod +x gl-inet.sh echo "脚本已更新并保存在当前目录 gl-inet.sh,现在将执行新脚本。" ./gl-inet.sh exit 0