增加单独安装iStore的shell

This commit is contained in:
wukongdaily
2023-10-15 22:07:33 +08:00
parent 6e884dcfb3
commit 28fc496d6f
2 changed files with 28 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ install_istore() {
uci set luci.main.mediaurlbase='/luci-static/argon'
uci set luci.main.lang='zh_cn'
uci commit
##安装完毕之后 还原软件源
##安装完毕之后 还原软件源
setup_software_source 0
do_istore
#升级iStore商店到最新版
is-opkg do_self_upgrade
@@ -40,7 +40,6 @@ install_istore() {
if ! grep -q " like iStoreOS" /tmp/sysinfo/model; then
sed -i '1s/$/ like iStoreOS/' /tmp/sysinfo/model
fi
}
# 安装iStore 参考 https://github.com/linkease/istore
do_istore() {