Tidy ohais
This commit is contained in:
parent
283cefa163
commit
488252ddbf
@ -125,8 +125,6 @@ Dir.chdir "/usr/local" do
|
|||||||
system "/bin/bash -o pipefail -c '/usr/bin/curl -sSfL https://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1'"
|
system "/bin/bash -o pipefail -c '/usr/bin/curl -sSfL https://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1'"
|
||||||
end
|
end
|
||||||
|
|
||||||
ohai "Installation successful!"
|
|
||||||
|
|
||||||
warn "/usr/local/bin is not in your PATH." unless ENV['PATH'].split(':').include? '/usr/local/bin'
|
warn "/usr/local/bin is not in your PATH." unless ENV['PATH'].split(':').include? '/usr/local/bin'
|
||||||
warn "Now install Xcode: http://developer.apple.com/technologies/xcode.html" unless Kernel.system "/usr/bin/which -s gcc"
|
warn "Now install Xcode: http://developer.apple.com/technologies/xcode.html" unless Kernel.system "/usr/bin/which -s gcc"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user