Update 'install.sh'
This commit is contained in:
parent
22c741817c
commit
60f206373c
|
@ -56,9 +56,10 @@ if [ "$(uname | grep -i 'Darwin')" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OSX_MAJOR" -gt 10 ]; then
|
# OS X (10) and macOS (11) should be supported
|
||||||
echo "unsupported OS X version (os 11+)"
|
|
||||||
exit 1
|
if [ "$OSX_MAJOR" -gt 11 ]; then
|
||||||
|
echo "WARNING: macOS 12+ may or may not be supported"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue