Merge pull request #359 from victormours/adding-brew-update
Adding brew update to Rakefile
This commit is contained in:
commit
043081b865
6
Rakefile
6
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."
|
||||
puts "======================================================"
|
||||
run %{brew update}
|
||||
puts
|
||||
puts
|
||||
puts "======================================================"
|
||||
|
Loading…
Reference in New Issue
Block a user