Skip to content

Commit dcb22ef

Browse files
committed
Try to fix etcd path
1 parent 51de504 commit dcb22ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

download_etcd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ VERSION=${1:-2.3.7}
44
mkdir -p bin
55
URL="https://github.com/coreos/etcd/releases/download/v${VERSION}/etcd-v${VERSION}-linux-amd64.tar.gz"
66
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

Comments
 (0)