From 43c16d30845357373f5e519188812ed8d040d619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 5 Aug 2017 19:50:18 +0200 Subject: [PATCH] Fix Mac builds (#126) --- macosx/configure_fresh_system.sh | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/macosx/configure_fresh_system.sh b/macosx/configure_fresh_system.sh index 30eb5a36..0ec2ed42 100755 --- a/macosx/configure_fresh_system.sh +++ b/macosx/configure_fresh_system.sh @@ -5,8 +5,18 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"