Allow upgrades
This commit is contained in:
parent
d06fce428a
commit
4fc45b542a
|
@ -543,7 +543,7 @@ function install_apps {
|
||||||
app_index=0
|
app_index=0
|
||||||
for a in "${APPS_AVAILABLE[@]}"
|
for a in "${APPS_AVAILABLE[@]}"
|
||||||
do
|
do
|
||||||
if [[ ${APPS_INSTALLED[$app_index]} == "0" ]]; then
|
#if [[ ${APPS_INSTALLED[$app_index]} == "0" ]]; then
|
||||||
if [[ ${APPS_CHOSEN[$app_index]} == "1" ]]; then
|
if [[ ${APPS_CHOSEN[$app_index]} == "1" ]]; then
|
||||||
if [ ${is_interactive} ]; then
|
if [ ${is_interactive} ]; then
|
||||||
# clears any removal indicator
|
# clears any removal indicator
|
||||||
|
@ -621,7 +621,7 @@ function install_apps {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
#fi
|
||||||
app_index=$[app_index+1]
|
app_index=$[app_index+1]
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue