Browse Source

Don't try to install apps within config command

Bob Mottram 8 years ago
parent
commit
9188a52cbf
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/freedombone-config

+ 0
- 4
src/freedombone-config View File

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