mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixing homebrew, again.
Homebrew apparently requires you to now specify the version of the package you're updating. We previously could just run `brew update openssl` and it would work. Now we must run `brew update openssl@1.1` for the command to succeed.
This commit is contained in:
parent
e5b163290d
commit
dc4e273153
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
brew update
|
brew update
|
||||||
brew upgrade cmake openssl
|
brew upgrade cmake openssl@1.1
|
||||||
brew install swig bison
|
brew install swig bison
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue