Skip to content

Commit

Permalink
Merge pull request #232 from phoebe-leong/patch-1
Browse files Browse the repository at this point in the history
changed multiselect wording and removed '!'s on install.sh
  • Loading branch information
black7375 committed Sep 30, 2021
2 parents 03e668e + b224aac commit eef010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ set_ini_value() {
#== Multiselect ================================================================
# https://stackoverflow.com/questions/45382472/bash-select-multiple-answers-at-once/54261882
multiselect() {
echo 'Select with <space>, Done with <enter>!!!'
echo 'Select with <space>, confirm with <enter>'

# little helpers for terminal print control and key input
ESC=$( printf "\033")
Expand Down

0 comments on commit eef010d

Please sign in to comment.