diff options
| author | Max Howell | 2011-07-29 15:17:20 +0100 |
|---|---|---|
| committer | Max Howell | 2012-03-09 12:10:49 +0000 |
| commit | 2332a564aa6b266200fb5f924165974b2b296ca3 (patch) | |
| tree | b303ad21c211b9e6ec775680f9c3014f09bbd0b2 | |
| parent | 06450d492418c9980f57d307e6edc4e1448b7b0c (diff) | |
| download | brew-2332a564aa6b266200fb5f924165974b2b296ca3.tar.bz2 | |
Less documentation
Changelog documentation, what were we thinking?
| -rw-r--r-- | install_homebrew.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/install_homebrew.rb b/install_homebrew.rb index 39fc1416e..0db88e754 100644 --- a/install_homebrew.rb +++ b/install_homebrew.rb @@ -1,24 +1,6 @@ #!/usr/bin/ruby -# # This script installs to /usr/local only. To install elsewhere you can just # untar https://github.com/mxcl/homebrew/tarball/master anywhere you like. -# -# -# 30th March 2010: -# Added a check to make sure user is in the staff group. This was a problem -# for me, and I think it was due to me migrating my account over several -# versions of OS X. I cannot verify that for sure, and it was tested on -# 10.6.2 using the Directory Service command line utility and my laptop. -# -# My assumptions are: -# - you are running OS X 10.6.x -# - your machine is not managed as part of a group using networked -# Directory Services -# - you have not recently killed any baby seals or kittens -# -# 14th March 2010: -# Adapted CodeButler's fork: http://gist.github.com/331512 -# module Tty extend self def blue; bold 34; end |
