Update 'Main-Installer.sh'

This commit is contained in:
tbergervoet
2018-09-21 13:29:53 +00:00
parent e7942ef533
commit 3804eb29b3

View File

@@ -26,13 +26,13 @@ select opt in "${options[@]}"
do
case $opt in
"Apache")
script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/Apache-Installer.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/Apache-Installer.sh
break;;
"Apache, Nginx reverse proxy")
script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/RevProxySimple.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/RevProxySimple.sh
break;;
"Nginx, PHP-FPM")
script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/NGINX-Installer.sh
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/NGINX-Installer.sh
break;;
"Quit")
exit;;