diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 4baba78e..677085d2 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -610,7 +610,7 @@ function spreedme { } -whiptail --title "Which apps do you want to install?" --checklist --separate-output "Automatically configure and install selected apps" "$WT_HEIGHT" "$WT_WIDTH" 4 \ +whiptail --title "Which apps do you want to install?" --checklist --separate-output "Automatically configure and install selected apps\nSelect by pressing the spacebar" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Collabora" "(Online editing) " OFF \ "Nextant" "(Full text search) " OFF \ "Passman" "(Password storage) " OFF \