From 286d5f92a4e07db8b54e615822a5342c2bcc6902 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 13:53:03 -0600 Subject: [PATCH] more changes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 32abf9c..9d1c678 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 ;;