调整高级卸载的位置
This commit is contained in:
@@ -19,8 +19,6 @@ setup_base_init() {
|
|||||||
uci set system.@system[0].timezone='CST-8'
|
uci set system.@system[0].timezone='CST-8'
|
||||||
uci commit system
|
uci commit system
|
||||||
/etc/init.d/system reload
|
/etc/init.d/system reload
|
||||||
green "安装完毕!请使用8080端口访问luci界面:http://192.168.8.1:8080"
|
|
||||||
green "作者更多动态务必收藏:https://tvhelper.cpolar.cn/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
## 安装应用商店和主题
|
## 安装应用商店和主题
|
||||||
@@ -78,6 +76,8 @@ do_quickstart() {
|
|||||||
opkg install ${TMPATH}/*.ipk
|
opkg install ${TMPATH}/*.ipk
|
||||||
rm -rf ${TMPATH}
|
rm -rf ${TMPATH}
|
||||||
hide_ui_elements
|
hide_ui_elements
|
||||||
|
#安装高级卸载
|
||||||
|
advanced_uninstall
|
||||||
green "首页风格安装完毕!请使用8080端口访问luci界面:http://192.168.8.1:8080"
|
green "首页风格安装完毕!请使用8080端口访问luci界面:http://192.168.8.1:8080"
|
||||||
green "作者更多动态务必收藏:https://tvhelper.cpolar.cn/"
|
green "作者更多动态务必收藏:https://tvhelper.cpolar.cn/"
|
||||||
}
|
}
|
||||||
@@ -402,8 +402,6 @@ while true; do
|
|||||||
setup_base_init
|
setup_base_init
|
||||||
#安装iStore商店
|
#安装iStore商店
|
||||||
do_istore
|
do_istore
|
||||||
#高级卸载插件
|
|
||||||
advanced_uninstall
|
|
||||||
#安装首页和网络向导
|
#安装首页和网络向导
|
||||||
do_quickstart
|
do_quickstart
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user