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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -