Update 'installer.sh'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user