Allow upgrades
This commit is contained in:
parent
d06fce428a
commit
4fc45b542a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue