Merge pull request #232 from phoebe-leong/patch-1

changed multiselect wording and removed '!'s on install.sh
This commit is contained in:
MS_Y 2021-09-30 10:30:31 +00:00 committed by GitHub
commit eef010d77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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