Update 'Main-Installer.sh'
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user