From 1ef4a6285497c50895ea01abbce5c285fabff269 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 2 Mar 2017 09:17:56 +0100 Subject: [PATCH] add instructions --- nextcloud-startup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \