From 7cdb8aca6f242ac5ee5c84c545e53412ab067584 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Sun, 15 Sep 2019 02:12:42 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 90d3649..9be7403 100644 --- a/installer.sh +++ b/installer.sh @@ -33,9 +33,9 @@ dhparam=1024 ##----------------## hostnamectl set-hostname $domain apt update +apt install software-properties-common -y add-apt-repository universe -y add-apt-repository ppa:ondrej/php -y -apt install software-properties-common -y apt upgrade -y apt autoremove -y timedatectl set-timezone Europe/Amsterdam