Update archbox-desktop

This commit is contained in:
K 2021-12-13 23:36:03 +09:00 committed by GitHub
parent 0b29ff372d
commit 1db04e6fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
. /etc/archbox.conf >/dev/null 2>&1
multiselect() {
echo 'Select with <space>, confirm with <enter>'
echo "\nSelect with <space>, confirm with <enter>"
# little helpers for terminal print control and key input
ESC=$( printf "\033")