Merge pull request #103 from jvz/master

Fixed typo in installers/common.sh
This commit is contained in:
Marcus Whybrow 2012-11-03 13:58:57 -07:00
commit 63d2e21dbe

View File

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