mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04: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