Fix syntax errors again.

This commit is contained in:
Sangelo 2023-03-06 22:01:23 +01:00
parent 5bb081c321
commit d3ef231786

View file

@ -6,7 +6,7 @@
# Check for macOS # Check for macOS
if [[ $OSTYPE == 'darwin'* ]]; then 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 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]) [yY][eE][sS]|[yY]|[zZ]|[jJ])
echo "Continuing with experimental support..." echo "Continuing with experimental support..."
;; ;;