From 25a0a4513dbb14ddb3e573754ba3201e291ef4bc Mon Sep 17 00:00:00 2001
From: wukongdaily <143675923+wukongdaily@users.noreply.github.com>
Date: Thu, 4 Jan 2024 14:31:00 +0800
Subject: [PATCH] Update gl-inet.sh

---
 gl-inet.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gl-inet.sh b/gl-inet.sh
index ba4b42d..f4cdc67 100755
--- a/gl-inet.sh
+++ b/gl-inet.sh
@@ -327,8 +327,8 @@ update_luci_app_quickstart() {
 }
 
 do_install_depends_ipk() {
-	wget -O "/tmp/luci-lua-runtime_all.ipk" "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/theme/luci-lua-runtime_all.ipk"
-	wget -O "/tmp/libopenssl3.ipk" "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/theme/libopenssl3.ipk"
+	wget -O "/tmp/luci-lua-runtime_all.ipk" "https://cdn.jsdelivr.net/gh/wukongdaily/gl-inet-onescript/theme/luci-lua-runtime_all.ipk"
+	wget -O "/tmp/libopenssl3.ipk" "https://cdn.jsdelivr.net/gh/wukongdaily/gl-inet-onescript/theme/libopenssl3.ipk"
 	opkg install "/tmp/luci-lua-runtime_all.ipk"
 	opkg install "/tmp/libopenssl3.ipk"
 }