From b2174269032fe4e610adad61bfbe5a202b9a0072 Mon Sep 17 00:00:00 2001 From: ictmaatwerk Date: Fri, 21 Sep 2018 13:37:23 +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 49a17e8..5857c71 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/master/Apache-Installer.sh + script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Apache-Installer.sh break;; "Apache, Nginx reverse proxy") - script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/RevProxySimple.sh + script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/RevProxySimple.sh break;; "Nginx, PHP-FPM") - script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/NGINX-Installer.sh + script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/NGINX-Installer.sh break;; "Quit") exit;;