Skip to content

Commit

Permalink
Remove reference to OS X.
Browse files Browse the repository at this point in the history
OS X is now known as macOS.
  • Loading branch information
calmsacibis995 committed Apr 22, 2023
1 parent fc8acb0 commit 19445e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ EOABORT
)"
elif version_lt "${macos_version}" "10.11"
then
abort "Your OS X version is too old."
abort "Your macOS version is too old."
elif version_ge "${macos_version}" "${MACOS_NEWEST_UNSUPPORTED}" ||
version_lt "${macos_version}" "${MACOS_OLDEST_SUPPORTED}"
then
Expand Down

0 comments on commit 19445e1

Please sign in to comment.