Bläddra i källkod

Don't try to install apps within config command

Bob Mottram 8 år sedan
förälder
incheckning
9188a52cbf
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0
    4
      src/freedombone-config

+ 0
- 4
src/freedombone-config Visa fil

@@ -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