From 95267cc3da5c2a7c4dc9a19525b4f79ab9a239e9 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Mon, 5 Feb 2024 17:27:51 +0800 Subject: [PATCH] Update gl-inet.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改第三方源为iStore源。修复quickstart未汉化问题 --- gl-inet.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gl-inet.sh b/gl-inet.sh index 62dd0e5..395e965 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -1,5 +1,6 @@ #!/bin/sh -third_party_source="https://op.dllkids.xyz/packages/aarch64_cortex-a53" +#third_party_source="https://op.dllkids.xyz/packages/aarch64_cortex-a53" +third_party_source="https://istore.linkease.com/repo/all/nas_luci" setup_base_init() { #添加出处信息 @@ -322,6 +323,7 @@ do_luci_app_wireguard() { update_luci_app_quickstart() { setup_software_source 1 opkg install luci-app-quickstart + opkg install luci-i18n-quickstart-zh-cn setup_software_source 0 echo "首页样式已经更新,请强制刷新网页,检查是否为中文字体" }