chore: 移除快速安装流程中多余的advanced_uninstall调用
移除多个脚本文件里run_quick_install/do_quickstart函数中不必要的advanced_uninstall调用,清理冗余执行步骤
This commit is contained in:
@@ -54,7 +54,6 @@ run_quick_install() {
|
||||
setup_base_init
|
||||
do_istore
|
||||
do_quickstart
|
||||
advanced_uninstall
|
||||
do_install_ui_helper
|
||||
show_completion_message
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ run_quick_install() {
|
||||
setup_base_init
|
||||
do_istore
|
||||
do_quickstart
|
||||
advanced_uninstall
|
||||
do_install_ui_helper
|
||||
show_completion_message
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ run_quick_install() {
|
||||
setup_base_init
|
||||
do_istore
|
||||
do_quickstart
|
||||
advanced_uninstall
|
||||
do_install_ui_helper
|
||||
show_completion_message
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user