Skip to content
Snippets Groups Projects
Commit df6af676 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't clear available apps array

parent 93e62eb3
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,6 @@ function choose_apps_for_variant {
FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
APPS_AVAILABLE=()
APPS_CHOSEN=()
# for all the app scripts
......
......@@ -518,6 +518,9 @@ function setup_apps {
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment