adding brew update

This commit is contained in:
Victor Mours 2013-06-12 15:21:08 +02:00
parent 6f3b65a350
commit 3b76861a73

View File

@ -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 "======================================================"