diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 3afc32c165..b037e04412 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -18,7 +18,7 @@ brew install capnp \ openssl \ pyenv \ qt5 \ - zeromq + zeromq || true if [[ $SHELL == "/bin/zsh" ]]; then RC_FILE="$HOME/.zshrc"