make curl follow github redirect

This commit is contained in:
Jeremy Eder
2017-09-02 23:46:45 -04:00
parent 641c2d2a72
commit 3ee5d4a188

View File

@@ -18,7 +18,7 @@ Download the official etcd release binaries from the [coreos/etcd](https://githu
```
curl \
-O "https://github.com/coreos/etcd/releases/download/v3.2.6/etcd-v3.2.6-linux-amd64.tar.gz"
-L -O "https://github.com/coreos/etcd/releases/download/v3.2.6/etcd-v3.2.6-linux-amd64.tar.gz"
```
Extract and install the `etcd` server and the `etcdctl` command line utility: