aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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