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 "首页样式已经更新,请强制刷新网页,检查是否为中文字体" }