From 7dbd728fdc6133d72fa10a00a1cea10939085d6d Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 7 Sep 2018 11:24:50 +0000 Subject: [PATCH] Update 'Main-Installer.sh' --- Main-Installer_V0.1.sh => Main-Installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Main-Installer_V0.1.sh => Main-Installer.sh (96%) diff --git a/Main-Installer_V0.1.sh b/Main-Installer.sh similarity index 96% rename from Main-Installer_V0.1.sh rename to Main-Installer.sh index 56bce82..56a12a1 100644 --- a/Main-Installer_V0.1.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_V0.1.sh + script=https://trans.bprieshof.nl/gitea/ICT-Maatwerk/Vps-UBUNTU-SetupScrips/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/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;; "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;; "Quit") exit;;