From 3804eb29b3598baac73c7bdd5d1a8b55c8d8eb13 Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Fri, 21 Sep 2018 13:29: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 0c3321d..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://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/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://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/RevProxySimple.sh + script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/RevProxySimple.sh break;; "Nginx, PHP-FPM") - script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScripts/raw/branch/master/NGINX-Installer.sh + script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/NGINX-Installer.sh break;; "Quit") exit;;