From 7980483b590240059e7017da8755e22cf267a8fb Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:10:15 +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 b5179b3..d19b1c1 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -334,7 +334,7 @@ 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/luci-lua-runtime_all.ipk" + wget -O "/tmp/libopenssl3.ipk" "https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/theme/libopenssl3.ipk" opkg install "/tmp/luci-lua-runtime_all.ipk" opkg install "/tmp/libopenssl3.ipk" }