mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-29 11:31:49 -04:00
don't brew update, hopefully fixes #2532
(cherry picked from commit 6049a07b74)
This commit is contained in:
parent
f407de07a8
commit
aac190eae1
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