From d3ef2317861140213ccc2c9171451f35669741b4 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 6 Mar 2023 22:01:23 +0100 Subject: [PATCH] Fix syntax errors again. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 90c5924..e4efcff 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ # Check for macOS if [[ $OSTYPE == 'darwin'* ]]; then read -p "Warning: MacOS is currently untested. If there's any issues, please report them on GitHub.\n Are you sure you want to continue? [y/N] " macOSChoice - case + case "$macOSChoice" in [yY][eE][sS]|[yY]|[zZ]|[jJ]) echo "Continuing with experimental support..." ;;