Skip to content

Commit

Permalink
#2935: use default 'curl' for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 21, 2018
1 parent 8f15075 commit ee8dd69
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 @@ -42,7 +42,7 @@ elif [ "$DISTRO_TYPE" = 'linux' ]; then
sudo chmod +x /usr/local/bin/rancher-compose

elif [ "$DISTRO_TYPE" = 'windows' ]; then
wget "$RANCHER_REPO"/releases/download/v${RANCHER_VERSION}/"$RANCHER_DISTRO"-v${RANCHER_VERSION}-rc1.zip
curl -O "$RANCHER_REPO"/releases/download/v${RANCHER_VERSION}/"$RANCHER_DISTRO"-v${RANCHER_VERSION}-rc1.zip
unzip -j "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.zip
rm "$RANCHER_DISTRO"-v${VERSION_NUM}-rc1.zip

Expand Down

0 comments on commit ee8dd69

Please sign in to comment.