Update 'installer.sh'

This commit is contained in:
bprieshof
2019-12-05 12:28:24 +01:00
parent 731aaace8f
commit 648d4c047b

View File

@@ -212,7 +212,10 @@ done
##-------##
if [ $IMODE = n ]; then
function CMSM {
CMS=$(whiptail --nocancel --title "What CMS should be installed?" --radiolist "Features" 11 118 5 "Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF "Wordpress:" "WordPress is a content management system based on PHP." OFF "None:" "A plain webserver will be setup." OFF 3>&1 1>&2 2>&3)
}
CMSM
fi
if [ $IMODE = l ]; then