Brew install problem
When entering brew install https://raw.githubusercontent.com/scrapinghub/crawlera-headless-proxy/master/crawlera-headless-proxy.rb I receive below error
'brew extract or brew create and brew tap-new to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of crawlera-headless-proxy formula file from an arbitrary URL is unsupported!'
Same here ! @123fischer have you figured this out?
Homebrew now requires Github repositories containing recipes to follow a specific naming convention homebrew-* and hence the install command breaks. While that is figured out, try using docker image instead for the mac.
Try this one:
curl -L https://raw.githubusercontent.com/scrapinghub/crawlera-headless-proxy/master/crawlera-headless-proxy.rb > crawlera-headless-proxy.rb && brew install --HEAD crawlera-headless-proxy.rb