From 5e5048722c2720b5a1605253f4c0e3ea0cf3603c Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sat, 15 Oct 2016 17:24:00 +0100
Subject: [PATCH] Detect apps

---
 src/freedombone-config | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/freedombone-config b/src/freedombone-config
index 002dbd082..258234334 100755
--- a/src/freedombone-config
+++ b/src/freedombone-config
@@ -1345,6 +1345,17 @@ function interactive_config {
     choose_static_ip
     choose_default_domain_name
     choose_email_address
+
+    function_check create_completion_file
+    create_completion_file
+
+    function_ckeck detect_installable_apps
+    detect_installable_apps
+
+    function_check choose_apps_for_variant
+    choose_apps_for_variant "$SYSTEM_TYPE"
+
+    function_check install_apps_interactive
     install_apps_interactive
 
     # delete the temporary configuration file
-- 
GitLab