Skip to content

Commit

Permalink
#2935: install_rancher, 'wget' in darwin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 21, 2018
1 parent 539b481 commit d4511b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install_rancher
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4511b1

Please sign in to comment.