diff --git a/src/freedombone-utils-selector b/src/freedombone-utils-selector
index e8ec723cb27193060497529e3ba7d938ed96d2fe..56d6de8f4b09f53e5935e820d6a79b62d48d67b5 100755
--- a/src/freedombone-utils-selector
+++ b/src/freedombone-utils-selector
@@ -543,7 +543,7 @@ function install_apps {
     app_index=0
     for a in "${APPS_AVAILABLE[@]}"
     do
-        #if [[ ${APPS_INSTALLED[$app_index]} == "0" ]]; then
+        if [[ ${APPS_INSTALLED[$app_index]} == "0" ]]; then
             if [[ ${APPS_CHOSEN[$app_index]} == "1" ]]; then
                 if [ ${is_interactive} ]; then
                     # clears any removal indicator
@@ -621,7 +621,7 @@ function install_apps {
                     fi
                 fi
             fi
-        #fi
+        fi
         app_index=$[app_index+1]
     done
 
diff --git a/src/freedombone-utils-setup b/src/freedombone-utils-setup
index 10a72c5f1d56cbce23f35f9c1b5b2171d4a95a2c..c2f5373a9bbf59d61c47c8373c215a9c7d845179 100755
--- a/src/freedombone-utils-setup
+++ b/src/freedombone-utils-setup
@@ -852,6 +852,9 @@ function upgrade_apps {
         if [[ $? != 0 ]]; then
             function_check app_is_installed
             if [[ "$(app_is_installed $a)" == "1" ]]; then
+                echo ''
+                echo ''
+                echo $"Upgrading $a"
                 app_load_variables ${app_name}
                 APPS_COMPLETED+=("${app_name}")
                 function_check upgrade_${app_name}