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
|
setup_base_init
|
||||||
do_istore
|
do_istore
|
||||||
do_quickstart
|
do_quickstart
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper
|
do_install_ui_helper
|
||||||
show_completion_message
|
show_completion_message
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ run_quick_install() {
|
|||||||
setup_base_init
|
setup_base_init
|
||||||
do_istore
|
do_istore
|
||||||
do_quickstart
|
do_quickstart
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper
|
do_install_ui_helper
|
||||||
show_completion_message
|
show_completion_message
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ run_quick_install() {
|
|||||||
setup_base_init
|
setup_base_init
|
||||||
do_istore
|
do_istore
|
||||||
do_quickstart
|
do_quickstart
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper
|
do_install_ui_helper
|
||||||
show_completion_message
|
show_completion_message
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,7 +109,6 @@ run_quick_install() {
|
|||||||
install_istore_os_style
|
install_istore_os_style
|
||||||
update_luci_app_quickstart
|
update_luci_app_quickstart
|
||||||
setup_base_init
|
setup_base_init
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper
|
do_install_ui_helper
|
||||||
show_completion_message
|
show_completion_message
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ do_quickstart() {
|
|||||||
download_luci_quickstart
|
download_luci_quickstart
|
||||||
opkg install /tmp/ipk_downloads/*.ipk
|
opkg install /tmp/ipk_downloads/*.ipk
|
||||||
do_install_new_quickstart
|
do_install_new_quickstart
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper_silent
|
do_install_ui_helper_silent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ do_quickstart() {
|
|||||||
download_luci_quickstart
|
download_luci_quickstart
|
||||||
opkg install /tmp/ipk_downloads/*.ipk
|
opkg install /tmp/ipk_downloads/*.ipk
|
||||||
do_install_new_quickstart
|
do_install_new_quickstart
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper_silent
|
do_install_ui_helper_silent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
1
mudi7.sh
1
mudi7.sh
@@ -43,7 +43,6 @@ do_quickstart() {
|
|||||||
download_luci_quickstart
|
download_luci_quickstart
|
||||||
opkg install /tmp/ipk_downloads/*.ipk
|
opkg install /tmp/ipk_downloads/*.ipk
|
||||||
do_install_new_quickstart
|
do_install_new_quickstart
|
||||||
advanced_uninstall
|
|
||||||
do_install_ui_helper_silent
|
do_install_ui_helper_silent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user