Merge pull request #1996 from kjtanaka/update-demo

update vagrant demo
This commit is contained in:
James Phillips 2016-04-27 15:09:46 -07:00
commit 3f26132ceb
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...
cd /tmp/
wget https://releases.hashicorp.com/consul/0.6.1/consul_0.6.1_linux_amd64.zip -O consul.zip
curl https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip -o consul.zip
echo Installing Consul...
unzip consul.zip