Homebrew install requires .rb extension
zhangcheng opened this issue · 3 comments
zhangcheng commented
brew install http://git.io/rbfu
won't work for me.
~ brew install http://git.io/rbfu
######################################################################## 100.0%
Error: No available formula for rbfu
What I did to get it work is:
~ wget http://git.io/rbfu
~ mv rbfu rbfu.rb
~ brew install ./rbfu.rb
Jachobsen commented
Same issue here.. when I run the brew install command I get No available formula for rbfu
hmans commented
Yup, Homebrew now seems to require URLs to end in .rb, too. I'm fixing it as we speak.
hmans commented
We spoke. I fixed it. Please try the following:
brew install http://git.io/rbfu.rb