From d4511b17efefc4a90a29f585f925559dfe64b055 Mon Sep 17 00:00:00 2001 From: "Jeffrey M. Levesque" Date: Wed, 21 Feb 2018 00:22:39 -0500 Subject: [PATCH] #2935: install_rancher, 'wget' in darwin by default --- install_rancher | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install_rancher b/install_rancher index 00b1d8e4e..0978ff81e 100644 --- a/install_rancher +++ b/install_rancher @@ -25,10 +25,6 @@ esac ## download rancher-compose if [ "$DISTRO_TYPE" = 'unix' ]; then - ## install wget - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - brew install wget - ## install rancher-compose tar zxf "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.tar.gz rm "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.tar.gz