From 4a9bf58bff8f31bc16608fd15a1d91d2f5e3b784 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 31 Oct 2017 14:13:35 -0400 Subject: [PATCH] wget required --- build/prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/prebuild.sh b/build/prebuild.sh index 3f6e7a2b3..7fa605cec 100755 --- a/build/prebuild.sh +++ b/build/prebuild.sh @@ -41,7 +41,7 @@ set -eu if $LINUX; then INSTALL="$SUDO apt-get install --no-install-recommends -y" - $INSTALL build-essential libssl-dev libffi-dev libgmp3-dev python2.7-dev + $INSTALL build-essential libssl-dev libffi-dev libgmp3-dev python2.7-dev wget elif $OSX && ! cmd_exists brew ; then /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" fi