Update gl-inet.sh
修改第三方源为iStore源。修复quickstart未汉化问题
This commit is contained in:
parent
4b1a3cff8e
commit
95267cc3da
@ -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 "首页样式已经更新,请强制刷新网页,检查是否为中文字体"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user