chore: 移除快速安装流程中多余的advanced_uninstall调用

移除多个脚本文件里run_quick_install/do_quickstart函数中不必要的advanced_uninstall调用,清理冗余执行步骤
This commit is contained in:
2026-07-09 07:40:17 +08:00
parent 9d545c6c06
commit 886dd0122b
7 changed files with 0 additions and 7 deletions
-1
View File
@@ -54,7 +54,6 @@ run_quick_install() {
setup_base_init
do_istore
do_quickstart
advanced_uninstall
do_install_ui_helper
show_completion_message
}
-1
View File
@@ -54,7 +54,6 @@ run_quick_install() {
setup_base_init
do_istore
do_quickstart
advanced_uninstall
do_install_ui_helper
show_completion_message
}
-1
View File
@@ -54,7 +54,6 @@ run_quick_install() {
setup_base_init
do_istore
do_quickstart
advanced_uninstall
do_install_ui_helper
show_completion_message
}
-1
View File
@@ -109,7 +109,6 @@ run_quick_install() {
install_istore_os_style
update_luci_app_quickstart
setup_base_init
advanced_uninstall
do_install_ui_helper
show_completion_message
}
-1
View File
@@ -43,7 +43,6 @@ do_quickstart() {
download_luci_quickstart
opkg install /tmp/ipk_downloads/*.ipk
do_install_new_quickstart
advanced_uninstall
do_install_ui_helper_silent
}
-1
View File
@@ -43,7 +43,6 @@ do_quickstart() {
download_luci_quickstart
opkg install /tmp/ipk_downloads/*.ipk
do_install_new_quickstart
advanced_uninstall
do_install_ui_helper_silent
}
-1
View File
@@ -43,7 +43,6 @@ do_quickstart() {
download_luci_quickstart
opkg install /tmp/ipk_downloads/*.ipk
do_install_new_quickstart
advanced_uninstall
do_install_ui_helper_silent
}