From 93e4b4737924c1285c905785b57555eac9adc3f2 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 13:50:02 -0600 Subject: [PATCH] fix again --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d1c678..32abf9c 100755 --- a/install.sh +++ b/install.sh @@ -183,7 +183,7 @@ fi echo "" read -rp "A reboot is required to complete setup. Reboot now? [y/N] " response case "$response" in - [yY][eE][sS]|[yY]) + (([yY][eE][sS]|[yY]) echo "Rebooting..." sudo reboot ;;