Allow upgrades

This commit is contained in:
Bob Mottram 2016-12-21 19:13:48 +00:00
parent d06fce428a
commit 4fc45b542a
1 changed files with 2 additions and 2 deletions

View File

@ -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