blob: 08dcc52aece76d6ad5016520013984af0a1fe78e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby
puts <<-EOS
Whoops, the Homebrew installer has moved! Please instead run:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Also, please ask wherever you got this link from to update it to the above.
Thanks!
EOS
|