don't brew update, hopefully fixes #2532

This commit is contained in:
Thomas Waldmann 2017-10-12 03:37:48 +02:00
parent c8bf9dba4a
commit 6049a07b74
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
brew update || brew update
if [[ "${OPENSSL}" != "0.9.8" ]]; then
brew outdated openssl || brew upgrade openssl
fi