From 9188a52cbf1b1181d57f140fbfaf45ed1041e64a Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sat, 15 Oct 2016 15:20:19 +0100
Subject: [PATCH] Don't try to install apps within config command

---
 src/freedombone-config | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/freedombone-config b/src/freedombone-config
index 6fd63d2c7..2bc1e4365 100755
--- a/src/freedombone-config
+++ b/src/freedombone-config
@@ -1346,10 +1346,6 @@ function interactive_config {
     choose_default_domain_name
     choose_email_address
 
-    detect_installable_apps
-    choose_apps_for_variant ${SYSTEM_TYPE}
-    install_apps interactive
-
     # delete the temporary configuration file
     if [ -f temp.cfg ]; then
         shred -zu temp.cfg
-- 
GitLab