Updated Menu; static vars

This commit is contained in:
b.waal
2019-09-15 16:51:02 +02:00
parent e88e007173
commit 52bcda722f

View File

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