From b224aac378e5f0a19b344d7b02578ebfe19f47be Mon Sep 17 00:00:00 2001 From: ph3b3 Date: Wed, 29 Sep 2021 16:26:42 +1000 Subject: [PATCH] changed multiselect wording and removed '!'s --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6513de3..e44ec9c 100755 --- a/install.sh +++ b/install.sh @@ -236,7 +236,7 @@ set_ini_value() { #== Multiselect ================================================================ # https://stackoverflow.com/questions/45382472/bash-select-multiple-answers-at-once/54261882 multiselect() { - echo 'Select with , Done with !!!' + echo 'Select with , confirm with ' # little helpers for terminal print control and key input ESC=$( printf "\033")