hmans/rbfu

Homebrew install requires .rb extension

zhangcheng opened this issue · 3 comments

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

Same issue here.. when I run the brew install command I get No available formula for rbfu

Yup, Homebrew now seems to require URLs to end in .rb, too. I'm fixing it as we speak.

We spoke. I fixed it. Please try the following:

brew install http://git.io/rbfu.rb