From d59f7bfda4e415783fe830c4ccce5a2b8ddfd180 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:30:28 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8c26be2..def8475 100644 --- a/install.sh +++ b/install.sh @@ -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