From b02b77c4234485c70a71a69833d08ec0205ae5c4 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Fri, 4 Jan 2013 23:59:49 -0800 Subject: [PATCH] Do not install brew --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 89fdb69..c1d9d03 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ task :install => [:submodule_init, :submodules] do puts "======================================================" puts - install_homebrew if RUBY_PLATFORM.downcase.include?("darwin") + #install_homebrew if RUBY_PLATFORM.downcase.include?("darwin") install_rvm_binstubs # this has all the runcoms from this directory.