1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 04:37:34 +00:00

Merge pull request #3156 from ThomasWaldmann/no-brew-update-1.1

don't brew update, hopefully fixes #2532
This commit is contained in:
TW 2017-10-13 02:38:14 +02:00 committed by GitHub
commit 58c53e25ea

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