From d645c791470dc7a1d05bc7c567d2e1e895a341c7 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:16:10 +0800 Subject: [PATCH] Update drive-gl-inet.sh --- drive-gl-inet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive-gl-inet.sh b/drive-gl-inet.sh index b7b5845..21adc1a 100644 --- a/drive-gl-inet.sh +++ b/drive-gl-inet.sh @@ -8,4 +8,4 @@ check_bash_installed() { fi } check_bash_installed -wget -O /tmp/gl-inet.sh https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh +wget -O /tmp/gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh