chore(newquickstart): remove old quickstart install logic and packages
remove the outdated local quickstart package files and the corresponding download installation code, since the repository already has the latest quickstart version
This commit is contained in:
@@ -285,20 +285,9 @@ download_lib_quickstart() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# 新首页风格安装
|
# 新首页风格安装 目前仓库内已经是最新quickstart了,无需更新安装
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
do_install_new_quickstart() {
|
do_install_new_quickstart() {
|
||||||
green "正在更新到最新版iStoreOS首页风格"
|
|
||||||
TMPATH=/tmp/qstart
|
|
||||||
mkdir -p ${TMPATH}
|
|
||||||
app_aarch64='quickstart_0.11.13-r1_aarch64_generic.ipk'
|
|
||||||
app_ui='luci-app-quickstart_0.12.4-r1_all.ipk'
|
|
||||||
app_lng='luci-i18n-quickstart-zh-cn_25.090.31208-f5bf244_all.ipk'
|
|
||||||
wget $HTTP_HOST/newquickstart/$app_aarch64 -O ${TMPATH}/$app_aarch64
|
|
||||||
wget $HTTP_HOST/newquickstart/$app_ui -O ${TMPATH}/$app_ui
|
|
||||||
wget $HTTP_HOST/newquickstart/$app_lng -O ${TMPATH}/$app_lng
|
|
||||||
opkg install ${TMPATH}/*.ipk
|
|
||||||
rm -rf ${TMPATH}
|
|
||||||
hide_ui_elements
|
hide_ui_elements
|
||||||
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/"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user