diff --git a/src/freedombone-utils-selector b/src/freedombone-utils-selector index f45689b6..bc01d681 100755 --- a/src/freedombone-utils-selector +++ b/src/freedombone-utils-selector @@ -336,7 +336,7 @@ function detect_installed_apps { do app_name=$(echo "${filename}" | awk -F '-app-' '{print $2}') - if [[ $(app_is_installed $app_name) ]]; then + if [[ $(app_is_installed $app_name) == "1" ]]; then item_in_array "${app_name}" "${APPS_AVAILABLE[@]}" if [[ $? != 0 ]]; then variants_list=$(app_variants $filename)