feat: 选项1一键安装时自动安装 GL-iNet 定制 LuCI

- 所有脚本的 run_quick_install() 添加 sh /usr/bin/init_luci.sh web 调用
- 确保一键安装前已安装官方 LuCI 环境
- 与网页"安装LuCI"按钮行为一致
This commit is contained in:
2026-07-09 10:02:28 +08:00
parent 6f1863c896
commit 385b4e3c84
8 changed files with 8 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ do_install_filemanager() {
# 一键执行函数
# ============================================================================
run_quick_install() {
sh /usr/bin/init_luci.sh web
add_arch
change_opkg_source
if [[ "$gl_name" == *3000* ]]; then