mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
don't brew update, hopefully fixes #2532
This commit is contained in:
parent
c8bf9dba4a
commit
6049a07b74
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