Skip to content

Commit

Permalink
#2935: install_rancher, use 'curl' for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 21, 2018
1 parent c3edea3 commit eb184ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_rancher
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ esac

## download rancher-compose
if [ "$DISTRO_TYPE" = 'unix' ]; then
## install rancher-compose
curl -O "$RANCHER_REPO"/releases/download/v${RANCHER_VERSION}/"$RANCHER_DISTRO"-v${RANCHER_VERSION}-rc1.tar.gz
tar zxf "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.tar.gz
rm "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.tar.gz
sudo mv rancher-compose-v${VERSION_NUM}/rancher-compose /usr/local/bin/rancher-compose
Expand Down

0 comments on commit eb184ce

Please sign in to comment.