From 952dd246b8aecff5ec9414006dcae8e258404ed7 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Wed, 11 Oct 2023 22:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DiStore=E5=95=86=E5=BA=97?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复istore地址404问题,暂时这样修改,后续优化 --- gl-inet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl-inet.sh b/gl-inet.sh index b77d1b8..e74f26a 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -32,7 +32,7 @@ install_istore() { wget https://istore.linkease.com/repo/all/store/taskd_1.0.3-1_all.ipk wget https://istore.linkease.com/repo/all/store/luci-lib-xterm_4.18.0_all.ipk wget https://istore.linkease.com/repo/all/store/luci-lib-taskd_1.0.18_all.ipk - wget https://istore.linkease.com/repo/all/store/luci-app-store_0.1.14-1_all.ipk + wget https://istore.linkease.com/repo/all/store/luci-app-store_0.1.14-2_all.ipk opkg install taskd_1.0.3-1_all.ipk opkg install luci-lib-xterm_4.18.0_all.ipk opkg install luci-lib-taskd_1.0.18_all.ipk