make curl follow github redirect

pull/210/head
Jeremy Eder 2017-09-02 23:50:10 -04:00
parent 3ee5d4a188
commit c722b663c9
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ sudo ln -s /usr/lib64/libdevmapper.so.1.02 /usr/lib64/libdevmapper.so.1.02.1
```
curl \
-O https://github.com/containernetworking/plugins/releases/download/v0.6.0/cni-plugins-amd64-v0.6.0.tgz \
-O https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc.amd64 \
-L -O https://github.com/containernetworking/plugins/releases/download/v0.6.0/cni-plugins-amd64-v0.6.0.tgz \
-L -O https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc.amd64 \
-O https://storage.googleapis.com/kubernetes-the-hard-way/crio-amd64-v1.0.0-beta.0.tar.gz \
-O https://storage.googleapis.com/kubernetes-release/release/v1.7.4/bin/linux/amd64/kubectl \
-O https://storage.googleapis.com/kubernetes-release/release/v1.7.4/bin/linux/amd64/kube-proxy \