Update install.sh

This commit is contained in:
jetfir3 2022-11-30 21:30:28 -05:00 committed by GitHub
parent 86e9c9e64a
commit d59f7bfda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ while getopts 'cE:efhopP:' flag; do
esac
done
# Handle multiple "exclude" flags if desired
# Handle exclude flag(s)
for EXCLUDE_VAL in "${EXCLUDE_FLAG[@]}"; do
if [[ "${EXCLUDE_VAL}" == "leftsidebar" ]]; then EX_LEFTSIDEBAR='true'; fi
done