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

Allow upgrades

parent d06fce42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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