Skip to content

Commit

Permalink
more generic title
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 4, 2023
1 parent 14b7019 commit 6ed4d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]."
Expand Down

0 comments on commit 6ed4d38

Please sign in to comment.