Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created January 27, 2014 16:58
Show Gist options
  • Save MKorostoff/8652526 to your computer and use it in GitHub Desktop.
Save MKorostoff/8652526 to your computer and use it in GitHub Desktop.
if OS.mac? and MacOS.version < "10.5"
abort <<-EOABORT.undent
Homebrew requires Leopard or higher. For Tiger support, see:
https://github.com/mistydemeo/tigerbrew
EOABORT
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment