diff --git a/installers/common.sh b/installers/common.sh index e4e8e83..cbdc5c8 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -30,7 +30,7 @@ function config_installation() { if [[ $answer != "y" ]]; then echo "Installation aborted." exit 0 - else + fi } # Runs a system software update to make sure we're using all fresh packages