Update 'Main-Installer.sh'

This commit is contained in:
2018-09-07 11:24:50 +00:00
parent af2466c91b
commit 7dbd728fdc

View File

@@ -41,13 +41,13 @@ select opt in "${options[@]}"
do do
case $opt in case $opt in
"Apache") "Apache")
script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/Apache-Installer_V0.1.sh script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/Apache-Installer.sh
break;; break;;
"Apache, Nginx reverse proxy") "Apache, Nginx reverse proxy")
script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/Apache-RevProxNGINX-Installer_V0.1.sh script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/Apache-RevProxNGINX-Installer.sh
break;; break;;
"Nginx, PHP-FPM") "Nginx, PHP-FPM")
script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/NGINX-Installer_V0.1.sh script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/NGINX-Installer.sh
break;; break;;
"Quit") "Quit")
exit;; exit;;