diff options
| -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://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 | 
