add brew update

This commit is contained in:
Igor Gassmann 2017-12-25 20:37:11 -03:00
parent 4cab8055ca
commit 80b00fc80a

View file

@ -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