Update 'Main-Installer.sh'

This commit is contained in:
tbergervoet
2018-09-24 10:59:53 +00:00
parent 66bb4f6ec5
commit c9375366c5

View File

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