##----------------## # Menu Entries # ##----------------## if [ $IMODE = n ]; then #WebServers webservers=("Nginx:" "Will install NGINX Webserver." ON) webservers+=("Apache:" "Will install Apache Webserver." OFF) ##Nginx #CMSList nginxCMSL=("None:" "A plain webserver will be setup." 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) #Options nginxOptions=("Option 1:" "Option 1 Desription" OFF) nginxOptions+=("Option 2:" "Option 2 Desription" OFF) nginxOptions+=("Option 3:" "Option 3 Desription" OFF) ##Apache #CMSList apacheCMSL=("None:" "A plain webserver will be setup." OFF) apacheCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF) #Options apacheOptions=("Option 1:" "Option 1 Desription" OFF) apacheOptions+=("Option 2: " "Option 2 Desription" OFF) fi if [ $IMODE = l ]; then #WebServers webservers=("Nginx" "Apache" "Quit") ##Nginx #CMSList nginxCMSL=("Wordpress" "Nextcloud" "None") #Options nginxOptions=("Ngx Option 1:" "Ngx Option 2:" "Ngx Option 3:") ##Apache #CMSList apacheCMSL=("Wordpress" "Nextcloud" "None") #Options apacheOptions=("Apa Option 1:" "Apa Option 2:" "Apa Option 3:") fi