1d0eba39bSchristos#!/usr/bin/env bash 2d0eba39bSchristos 3d0eba39bSchristos# This step should install tools needed for all packages - OpenSSL, Expat and Unbound 4*7a540f2bSchristos# brew update hangs, so we try to skip that step. 5*7a540f2bSchristos#echo "Updating tools" 6*7a540f2bSchristos#brew update 1>/dev/null 7d0eba39bSchristosecho "Installing tools" 8d0eba39bSchristos# already installed are: autoconf automake libtool pkg-config 9*7a540f2bSchristos#brew install curl perl 1>/dev/null 10*7a540f2bSchristosHOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null 11