From c9375366c52c968bb445e04f445be05bf72e2749 Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Mon, 24 Sep 2018 10:59:53 +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 5857c71..49a17e8 100644 --- a/Main-Installer.sh +++ b/Main-Installer.sh @@ -26,13 +26,13 @@ select opt in "${options[@]}" do case $opt in "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;; "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;; "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;; "Quit") exit;;