Update install.sh

version bump
This commit is contained in:
MansM 2016-05-04 18:01:47 +02:00
parent 85a3d99793
commit 8729793d52
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
JOIN_ADDRS=$(cat /tmp/consul-server-addr | tr -d '\n')
# consul version to install
CONSUL_VERSION=0.5.2
CONSUL_VERSION=0.6.4
sudo sh -c 'echo "127.0.0.1 consul-node-'$(cat /tmp/consul-server-index)'" >> /etc/hosts'