Skip to content
Snippets Groups Projects
Commit c72877cc authored by Misty De Meo's avatar Misty De Meo
Browse files

Stop supporting Leopard

Is this really Misty?!
parent bf4dc744
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,9 @@ case HOMEBREW_PREFIX.to_s when '/', '/usr'
# it may work, but I only see pain this route and don't want to support it
abort "Cowardly refusing to continue at this prefix: #{HOMEBREW_PREFIX}"
end
if OS.mac? and MacOS.version < "10.5"
if OS.mac? and MacOS.version < "10.6"
abort <<-EOABORT.undent
Homebrew requires Leopard or higher. For Tiger support, see:
Homebrew requires Snow Leopard or higher. For Tiger and Leopard support, see:
https://github.com/mistydemeo/tigerbrew
EOABORT
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment