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:
2026-07-09 10:48:08 +08:00
parent 385b4e3c84
commit dc2b18a8db
4 changed files with 1 additions and 12 deletions

View File

@@ -285,20 +285,9 @@ download_lib_quickstart() {
}
# ============================================================================
# 新首页风格安装
# 新首页风格安装 目前仓库内已经是最新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
green "首页风格安装完毕请使用8080端口访问luci界面http://192.168.8.1:8080"
green "作者更多动态务必收藏https://tvhelper.cpolar.cn/"