소스 검색

Don't try to install apps within config command

Bob Mottram 8 년 전
부모
커밋
9188a52cbf
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      src/freedombone-config

+ 0
- 4
src/freedombone-config 파일 보기

@@ -1346,10 +1346,6 @@ function interactive_config {
1346 1346
     choose_default_domain_name
1347 1347
     choose_email_address
1348 1348
 
1349
-    detect_installable_apps
1350
-    choose_apps_for_variant ${SYSTEM_TYPE}
1351
-    install_apps interactive
1352
-
1353 1349
     # delete the temporary configuration file
1354 1350
     if [ -f temp.cfg ]; then
1355 1351
         shred -zu temp.cfg