We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51de504 commit dcb22efCopy full SHA for dcb22ef
download_etcd.sh
@@ -4,3 +4,4 @@ VERSION=${1:-2.3.7}
4
mkdir -p bin
5
URL="https://github.com/coreos/etcd/releases/download/v${VERSION}/etcd-v${VERSION}-linux-amd64.tar.gz"
6
curl -L $URL | tar -C ./bin --strip-components=1 -xzvf - "etcd-v${VERSION}-linux-amd64/etcd"
7
+mv bin/etcd /usr/local/bin/
0 commit comments