osx lion - Error when installing homebrew with ruby -
trying install homebrew here:
$ ruby -e "$(curl -fssl https://raw.github.com/gist/323731)" -e:1: syntax error, unexpected ']' [this script has been moved.][url] ^
acessing https://raw.github.com/gist/323731 in browser, see
[this script has been moved.][url]
[url]:https://github.com/mxcl/homebrew/blob/master/library/contributions/install_homebrew.rb
but doesn't seem work. use
$ ruby -e "$(curl -fssl raw.github.com/mxcl/homebrew/go)"
instead.
Comments
Post a Comment