瀏覽代碼

During interactive install bypass the app selecting stage

This will ensure that apps all get separate passwords assigned
Bob Mottram 8 年之前
父節點
當前提交
df8886a222
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      src/freedombone-utils-setup

+ 0
- 7
src/freedombone-utils-setup 查看文件

@@ -876,13 +876,6 @@ function setup_apps {
876 876
     function_check upgrade_apps
877 877
     upgrade_apps
878 878
 
879
-    if [[ $is_interactive == "menuconfig"* ]]; then
880
-        ${PROJECT_NAME}-addremove add-all
881
-        if [ ! "$?" = "0" ]; then
882
-            exit 72524
883
-        fi
884
-    fi
885
-
886 879
     if [[ $is_interactive == "noninteractive" || $is_interactive == "headless" ]]; then
887 880
         function_check install_apps
888 881
         install_apps