Sha256: b2878617c480fd38e30c681eb6cb86fec7b500583c6e78163ad0afc3b610642d
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
execute "install homebrew" do command "curl -sfL https://github.com/mxcl/homebrew/tarball/master | tar zx -m --strip 1" cwd "/usr/local" not_if { File.exist? '/usr/local/bin/brew' } end package 'git' execute "update homebrew from github" do command "/usr/local/bin/brew update || true" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
megalodon-0.1.1 | cookbooks/homebrew/recipes/default.rb |
megalodon-0.1.0 | cookbooks/homebrew/recipes/default.rb |