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")