diff options
| author | Misty De Meo | 2012-12-27 21:59:31 -0400 | 
|---|---|---|
| committer | Misty De Meo | 2012-12-27 21:59:31 -0400 | 
| commit | 7c85b33f39685588ba65aa5e559a16191460858a (patch) | |
| tree | 0c3c556afa85a87cec201b99033e87994d25b172 /install | |
| parent | 3d0cec5da4dfe07edea7ca6ac7a6ac54cd67a494 (diff) | |
| download | homebrew-7c85b33f39685588ba65aa5e559a16191460858a.tar.bz2 | |
Replace sceaga/homebrew with mistydemeo/tigerbrew
@sceaga has discontinued his fork of homebrew.
Diffstat (limited to 'install')
| -rw-r--r-- | install | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -83,7 +83,7 @@ end  Dir.chdir "/usr"  ####################################################################### script -abort "MacOS too old, see: https://gist.github.com/1144389" if macos_version < 10.5 +abort "MacOS too old, see: https://github.com/mistydemeo/tigerbrew" if macos_version < 10.5  abort "Don't run this as root!" if Process.uid == 0  abort <<-EOABORT unless `groups`.split.include? "admin"  This script requires the user #{ENV['USER']} to be an Administrator. If this | 
