aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMisty De Meo2012-12-27 21:59:31 -0400
committerMisty De Meo2012-12-27 21:59:31 -0400
commit7c85b33f39685588ba65aa5e559a16191460858a (patch)
tree0c3c556afa85a87cec201b99033e87994d25b172 /install
parent3d0cec5da4dfe07edea7ca6ac7a6ac54cd67a494 (diff)
downloadhomebrew-7c85b33f39685588ba65aa5e559a16191460858a.tar.bz2
Replace sceaga/homebrew with mistydemeo/tigerbrew
@sceaga has discontinued his fork of homebrew.
Diffstat (limited to 'install')
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 29ac17761..1584e54a3 100644
--- a/install
+++ b/install
@@ -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