Update 'installer.sh'

This commit is contained in:
tbergervoet
2018-10-16 13:02:35 +02:00
parent 2d6f70caa8
commit 92c192e361

View File

@@ -76,20 +76,6 @@ do
esac esac
done done
while true; do
read -p "DNS Server -> yes/no?" yn
case $yn in
[Yy]* ) dns="--named yes"
break;;
[Nn]* ) dns="--named no"
break;;
* ) echo "Kies yes of no.";;
esac
done
cd /tmp cd /tmp
curl -O http://vestacp.com/pub/vst-install.sh curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh "$webserver" "$dns" --remi yes "$ftp" --iptables yes --fail2ban yes --quota no "$mail" --softaculous no --mysql yes --postgresql no --hostname "$domain" --email "$email" --password "$passwd" --interactive yes bash vst-install.sh "$webserver" --named no --remi yes "$ftp" --iptables yes --fail2ban yes --quota no "$mail" --softaculous no --mysql yes --postgresql no --hostname "$domain" --email "$email" --password "$passwd" --interactive yes