From 80b00fc80a1afbe416a6aa652eaba2b050ba9470 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Mon, 25 Dec 2017 20:37:11 -0300 Subject: [PATCH] add brew update --- build/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/install_deps.sh b/build/install_deps.sh index 29b7dd723..0bdd6df01 100755 --- a/build/install_deps.sh +++ b/build/install_deps.sh @@ -42,6 +42,7 @@ if $LINUX; then $INSTALL build-essential libssl-dev libffi-dev libgmp3-dev python2.7-dev libsecret-1-dev curl elif $OSX && ! cmd_exists brew ; then /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + brew update fi