From 2c66328712c64d71ecbdae3fc340643c5092aefa Mon Sep 17 00:00:00 2001 From: ictmaatwerk Date: Mon, 17 Sep 2018 11:35:07 +0000 Subject: [PATCH] Update 'Main-Installer.sh' --- Main-Installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Main-Installer.sh b/Main-Installer.sh index f257c51..8c59d37 100644 --- a/Main-Installer.sh +++ b/Main-Installer.sh @@ -41,13 +41,13 @@ select opt in "${options[@]}" do case $opt in "Apache") - script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/Apache-Installer.sh + script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/Apache-Installer.sh break;; "Apache, Nginx reverse proxy") - script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/RevProxySimple.sh + script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/RevProxySimple.sh break;; "Nginx, PHP-FPM") - script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/raw/branch/master/NGINX-Installer.sh + script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/NGINX-Installer.sh break;; "Quit") exit;;