Update 'ModulesMenu.list'

This commit is contained in:
Bram Prieshof
2020-04-22 14:02:18 +02:00
parent 8b60bf651f
commit f438c273f3

View File

@@ -9,35 +9,35 @@ webservers+=("Apache:" "Will install Apache Webserver." OFF)
##Nginx ##Nginx
#CMSList #CMSList
NginxCMSL=("None:" "A plain webserver will be setup." OFF) nginxCMSL=("None:" "A plain webserver will be setup." OFF)
NginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF) nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
NginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF) nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
#Options #Options
NginxOptions=("Option 1:" "Option 1 Desription" OFF) nginxOptions=("Option 1:" "Option 1 Desription" OFF)
NginxOptions+=("Option 2:" "Option 2 Desription" OFF) nginxOptions+=("Option 2:" "Option 2 Desription" OFF)
NginxOptions+=("Option 3:" "Option 3 Desription" OFF) nginxOptions+=("Option 3:" "Option 3 Desription" OFF)
##Apache ##Apache
#CMSList #CMSList
ApacheCMSL=("None:" "A plain webserver will be setup." OFF) apacheCMSL=("None:" "A plain webserver will be setup." OFF)
ApacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF) apacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
#Options #Options
ApacheOptions=("Option 1:" "Option 1 Desription" OFF) apacheOptions=("Option 1:" "Option 1 Desription" OFF)
ApacheOptions+=("Option 2: " "Option 2 Desription" OFF) apacheOptions+=("Option 2: " "Option 2 Desription" OFF)
fi fi
if [ $IMODE = l ]; then if [ $IMODE = l ]; then
#WebServers #WebServers
webservers=("Nginx" "Apache" "Quit") webservers=("Nginx" "Apache" "Quit")
##Nginx ##Nginx
#CMSList #CMSList
NginxCMSL=("Wordpress" "Nextcloud" "None") nginxCMSL=("Wordpress" "Nextcloud" "None")
#Options #Options
NginxOptions=("Ngx Option 1:" "Ngx Option 2:" "Ngx Option 3:") nginxOptions=("Ngx Option 1:" "Ngx Option 2:" "Ngx Option 3:")
##Apache ##Apache
#CMSList #CMSList
ApacheCMSL=("Wordpress" "Nextcloud" "None") apacheCMSL=("Wordpress" "Nextcloud" "None")
#Options #Options
ApacheOptions=("Apa Option 1:" "Apa Option 2:" "Apa Option 3:") apacheOptions=("Apa Option 1:" "Apa Option 2:" "Apa Option 3:")
fi fi