From 52bcda722fdb6b19c6a785a828d10282b355c56a Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 15 Sep 2019 16:51:02 +0200 Subject: [PATCH] Updated Menu; static vars --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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