Update 'installer.sh'

This commit is contained in:
bprieshof
2019-09-15 02:12:42 +02:00
parent c3ceb7a475
commit 7cdb8aca6f

View File

@@ -33,9 +33,9 @@ dhparam=1024
##----------------## ##----------------##
hostnamectl set-hostname $domain hostnamectl set-hostname $domain
apt update apt update
apt install software-properties-common -y
add-apt-repository universe -y add-apt-repository universe -y
add-apt-repository ppa:ondrej/php -y add-apt-repository ppa:ondrej/php -y
apt install software-properties-common -y
apt upgrade -y apt upgrade -y
apt autoremove -y apt autoremove -y
timedatectl set-timezone Europe/Amsterdam timedatectl set-timezone Europe/Amsterdam