From 60f206373c7132c8b7237f367331b9bd532b8f3e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 4 Sep 2021 21:14:30 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 3674a37..d412de7 100644 --- a/install.sh +++ b/install.sh @@ -56,9 +56,10 @@ if [ "$(uname | grep -i 'Darwin')" ]; then exit 1 fi - if [ "$OSX_MAJOR" -gt 10 ]; then - echo "unsupported OS X version (os 11+)" - exit 1 + # OS X (10) and macOS (11) should be supported + + if [ "$OSX_MAJOR" -gt 11 ]; then + echo "WARNING: macOS 12+ may or may not be supported" fi #