Просмотр исходного кода

Don't try to install apps within config command

Bob Mottram 8 лет назад
Родитель
Сommit
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