mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Add a hint how to cancel whiptail --menu's and --checklist's (#1569)
Co-authored-by: Daniel Hansson <github@hanssonit.se>
This commit is contained in:
parent
239ecd7ab1
commit
c304d30309
7
lib.sh
7
lib.sh
@ -76,9 +76,10 @@ use_global_systemd_dns
|
||||
# Whiptails
|
||||
TITLE="Nextcloud VM - $(date +%Y)"
|
||||
[ -n "$SCRIPT_NAME" ] && TITLE+=" - $SCRIPT_NAME"
|
||||
CHECKLIST_GUIDE="Navigate with the [ARROW] keys and (de)select with the [SPACE] key. Confirm by pressing [ENTER]"
|
||||
MENU_GUIDE="Navigate with the [ARROW] keys and confirm by pressing [ENTER]"
|
||||
RUN_LATER_GUIDE="You can view this script later by running 'sudo bash $SCRIPTS/menu.sh'"
|
||||
CHECKLIST_GUIDE="Navigate with the [ARROW] keys and (de)select with the [SPACE] key. \
|
||||
Confirm by pressing [ENTER]. Cancel by pressing [ESC]."
|
||||
MENU_GUIDE="Navigate with the [ARROW] keys and confirm by pressing [ENTER]. Cancel by pressing [ESC]."
|
||||
RUN_LATER_GUIDE="You can view this script later by running 'sudo bash $SCRIPTS/menu.sh'."
|
||||
# Repo
|
||||
GITHUB_REPO="https://raw.githubusercontent.com/nextcloud/vm/master"
|
||||
STATIC="$GITHUB_REPO/static"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user