Error I keep getting
Baccount opened this issue · 2 comments
Baccount commented
When I run ./opt.d/install-everything-on-osx.sh
I get this error.
Error: homebrew/nginx was deprecated. This tap is now empty as all its formulae were migrated.
+ brew install nginx-full --with-lua-module --with-subs-filter-module --with-headers-more-module
alecmuffett commented
That's weird, I'll look into it - thanks!
alecmuffett commented
Okay, I am pretty sure that you can ignore that Error; it comes from an (apparently now defunct) line in the script:
brew tap homebrew/nginx
...which I shall purge soon. The next line (brew install ...
) installs all the stuff you need.
Thanks for the headsup!