more generic title

This commit is contained in:
Daniel Hansson 2023-10-04 15:36:29 +02:00 committed by GitHub
parent 14b7019d21
commit 6ed4d38160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -14,7 +14,7 @@ ARCH=$(uname -m)
# Network
WANIP4=$(curl -s -k -m 5 -4 https://api64.ipify.org)
# Whiptail menus
TITLE="RustDesk Setup - $(date +%Y)"
TITLE="RustDesk - $(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]. Cancel by pressing [ESC]."