Browse Source

Don't clear available apps array

Bob Mottram 8 years ago
parent
commit
df6af676ee
2 changed files with 3 additions and 1 deletions
  1. 0
    1
      src/freedombone-utils-selector
  2. 3
    0
      src/freedombone-utils-setup

+ 0
- 1
src/freedombone-utils-selector View File

@@ -311,7 +311,6 @@ function choose_apps_for_variant {
311 311
 
312 312
     FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
313 313
 
314
-    APPS_AVAILABLE=()
315 314
     APPS_CHOSEN=()
316 315
 
317 316
     # for all the app scripts

+ 3
- 0
src/freedombone-utils-setup View File

@@ -518,6 +518,9 @@ function setup_apps {
518 518
     function_check create_completion_file
519 519
     create_completion_file
520 520
 
521
+    function_ckeck detect_installable_apps
522
+    detect_installable_apps
523
+
521 524
     function_check choose_apps_for_variant
522 525
     choose_apps_for_variant "$SYSTEM_TYPE"
523 526