Skip to content

Commit

Permalink
Updated etcd to 3.3.9 - #35
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeghh committed Aug 21, 2018
1 parent 74817d3 commit 8462c68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install-etcd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ echo "Installing etcd..."
cat /tmp/hosts >> /etc/hosts

wget -q --timestamping \
"https://github.com/coreos/etcd/releases/download/v3.2.11/etcd-v3.2.11-linux-amd64.tar.gz"
"https://github.com/coreos/etcd/releases/download/v3.3.9/etcd-v3.3.9-linux-amd64.tar.gz"

tar -xvf etcd-v3.2.11-linux-amd64.tar.gz
tar -xvf etcd-v3.3.9-linux-amd64.tar.gz

mv etcd-v3.2.11-linux-amd64/etcd* /usr/local/bin/
rm -f etcd-v3.2.11-linux-amd64.tar.gz
mv etcd-v3.3.9-linux-amd64/etcd* /usr/local/bin/
rm -f etcd-v3.3.9-linux-amd64.tar.gz

mkdir -p /etc/etcd /var/lib/etcd

Expand Down

0 comments on commit 8462c68

Please sign in to comment.