Update 'Main-Installer.sh'
This commit is contained in:
@@ -21,19 +21,19 @@ echo "Administrator email:"
|
|||||||
read email
|
read email
|
||||||
echo "Webserver:"
|
echo "Webserver:"
|
||||||
PS3='Keuze:'
|
PS3='Keuze:'
|
||||||
options=("Apache" "Nginx reverse proxy, webserver" "Nginx reverse proxy" "Nginx, PHP-FPM" "Quit")
|
options=("Apache" "Nginx proxy" "Nginx proxy & standalone" "Nginx, PHP-FPM" "Quit")
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
"Apache")
|
"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/dev/Apache-Installer.sh
|
||||||
break;;
|
break;;
|
||||||
"Nginx reverse proxy, webserver")
|
"Nginx proxy")
|
||||||
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/RevProxyAdvanced.sh
|
|
||||||
break;;
|
|
||||||
"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/dev/RevProxySimple.sh
|
||||||
break;;
|
break;;
|
||||||
|
"Nginx proxy & standalone")
|
||||||
|
script=https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/RevProxyAdvanced.sh
|
||||||
|
break;;
|
||||||
"Nginx, PHP-FPM")
|
"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/dev/NGINX-Installer.sh
|
||||||
break;;
|
break;;
|
||||||
@@ -189,8 +189,8 @@ EOF
|
|||||||
##-------------##
|
##-------------##
|
||||||
|
|
||||||
if [ $cockpit = 1 ]; then
|
if [ $cockpit = 1 ]; then
|
||||||
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Cockpit/raw/branch/master/Slave-installer.sh -O Slave-Installer.sh
|
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Cockpit/raw/branch/master/Slave-installer.sh -O Slave-Installer.sh
|
||||||
source Slave-Installer.sh
|
source Slave-Installer.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installatie geslaagd!"
|
echo "Installatie geslaagd!"
|
||||||
|
|||||||
Reference in New Issue
Block a user