Update gl-inet.sh

修改第三方源为iStore源。修复quickstart未汉化问题
This commit is contained in:
悟空的日常镜像仓库 2024-02-05 17:27:51 +08:00
parent 4b1a3cff8e
commit 95267cc3da
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/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() { setup_base_init() {
#添加出处信息 #添加出处信息
@ -322,6 +323,7 @@ do_luci_app_wireguard() {
update_luci_app_quickstart() { update_luci_app_quickstart() {
setup_software_source 1 setup_software_source 1
opkg install luci-app-quickstart opkg install luci-app-quickstart
opkg install luci-i18n-quickstart-zh-cn
setup_software_source 0 setup_software_source 0
echo "首页样式已经更新,请强制刷新网页,检查是否为中文字体" echo "首页样式已经更新,请强制刷新网页,检查是否为中文字体"
} }