diff --git a/install.sh b/install.sh index bb671f2..1ed1480 100755 --- a/install.sh +++ b/install.sh @@ -156,7 +156,7 @@ function apt_pkg_install { sudo apt update APT_HAS_UPDATED=true fi - sudo apt install -y "$PACKAGES" + sudo apt install -y $PACKAGES check_for_error if [ -f "$UNINSTALLER" ]; then echo "apt uninstall -y $PACKAGES" >> "$UNINSTALLER"