aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2012-12-19 21:08:56 -0600
committerMisty De Meo2012-12-19 21:08:56 -0600
commita9cdd58a005bc56f3ba00103023c2d341b3938f2 (patch)
tree8b3dcf9feb1cefe3a7deaaf41b7d41b493727451
parentb67e685620d5ee21816459901f722f0fd639b496 (diff)
downloadhomebrew-a9cdd58a005bc56f3ba00103023c2d341b3938f2.tar.bz2
Change version guard to allow Tiger
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index df38363a6..cc58b1613 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://gist.github.com/1144389" if macos_version < 10.4
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