소스 검색

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