From 38b457eea9c7657da59e6468aec21291b0f2872a Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 29 Aug 2019 14:48:49 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 418bb73..b80ddf5 100644 --- a/installer.sh +++ b/installer.sh @@ -23,7 +23,6 @@ echo "Static-Vars" domain=ict-dagbesteding.nl password=JW9t9ipdgLrWvMqHq7hX email=admin@ictdagbesteding.nl - phpver=7.2 domonly=${domain} domain=mail.${domain} @@ -35,9 +34,9 @@ echo "Pre-Config" hostnamectl set-hostname $domain apt update -apt install mysql-server software-properties-common wget -y add-apt-repository universe -y add-apt-repository ppa:ondrej/php -y +apt install mysql-server software-properties-common wget -y apt upgrade -y apt autoremove -y mkdir -p /var/www/"$domain"/html