diff --git a/installer.sh b/installer.sh index 2285644..0bf064c 100644 --- a/installer.sh +++ b/installer.sh @@ -65,8 +65,8 @@ whiptail --title "Configuring the system" --infobox "Busy like a bee" 8 45 hostnamectl set-hostname $domain >/dev/null $PKGM update $PKGI software-properties-common -$PKGA universe -y -$PKGA ppa:ondrej/php -y +$PKGA universe -y >/dev/null +$PKGA ppa:ondrej/php -y >/dev/null $PKGM upgrade -y $PKGM autoremove -y timedatectl set-timezone Europe/Amsterdam >/dev/null