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:
commit
58c53e25ea
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue