alecmuffett / eotk

Enterprise Onion Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error I keep getting

Baccount opened this issue · comments

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

That's weird, I'll look into it - thanks!

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!