Browse Source

During interactive install bypass the app selecting stage

This will ensure that apps all get separate passwords assigned
Bob Mottram 8 years ago
parent
commit
df8886a222
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/freedombone-utils-setup

+ 0
- 7
src/freedombone-utils-setup View File

876
     function_check upgrade_apps
876
     function_check upgrade_apps
877
     upgrade_apps
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
     if [[ $is_interactive == "noninteractive" || $is_interactive == "headless" ]]; then
879
     if [[ $is_interactive == "noninteractive" || $is_interactive == "headless" ]]; then
887
         function_check install_apps
880
         function_check install_apps
888
         install_apps
881
         install_apps