More syntax errors

This commit is contained in:
Sangelo 2023-03-06 21:59:40 +01:00
parent 99bd95ea84
commit 5bb081c321

View file

@ -9,9 +9,11 @@ if [[ $OSTYPE == 'darwin'* ]]; then
case
[yY][eE][sS]|[yY]|[zZ]|[jJ])
echo "Continuing with experimental support..."
;;
*)
echo "Exiting..."
exit 0
;;
esac
fi