Skip to content

Commit

Permalink
Try to fix etcd path
Browse files Browse the repository at this point in the history
  • Loading branch information
lavagetto committed Oct 30, 2023
1 parent 8855b20 commit 7d18cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions download_etcd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ VERSION=${1:-2.3.7}
mkdir -p bin
URL="https://github.com/coreos/etcd/releases/download/v${VERSION}/etcd-v${VERSION}-linux-amd64.tar.gz"
curl -L $URL | tar -C ./bin --strip-components=1 -xzvf - "etcd-v${VERSION}-linux-amd64/etcd"
mv bin/etcd /usr/local/bin/

0 comments on commit 7d18cde

Please sign in to comment.