From 3b76861a73fd5239b9534cd39c8d0256907bb51d Mon Sep 17 00:00:00 2001 From: Victor Mours Date: Wed, 12 Jun 2013 15:21:08 +0200 Subject: [PATCH] adding brew update --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rakefile b/Rakefile index 0e57f1d..da6f322 100644 --- a/Rakefile +++ b/Rakefile @@ -139,6 +139,12 @@ def install_homebrew run %{ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"} end + puts + puts + puts "======================================================" + puts "Updating Homebrew." + run %{brew update} + puts "======================================================" puts puts puts "======================================================"