From 648d4c047bd6e04a7c1297aa4667be0c06a9fd9c Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 5 Dec 2019 12:28:24 +0100 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer.sh b/installer.sh index a6ed913..36763bb 100644 --- a/installer.sh +++ b/installer.sh @@ -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