Update consul version for vagrant demo

This commit is contained in:
Chris Becker 2016-01-13 17:56:19 -05:00
parent 8999a6923e
commit 1def5c04ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl
echo Fetching Consul... echo Fetching Consul...
cd /tmp/ cd /tmp/
wget https://releases.hashicorp.com/consul/0.6.0/consul_0.6.0_linux_amd64.zip -O consul.zip wget https://releases.hashicorp.com/consul/0.6.1/consul_0.6.1_linux_amd64.zip -O consul.zip
echo Installing Consul... echo Installing Consul...
unzip consul.zip unzip consul.zip