mirror of https://github.com/status-im/consul.git
update vagrant demo to 0.7.1 (#2503)
This commit is contained in:
parent
a819fd0e83
commit
8eaf61397c
|
@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl
|
||||||
|
|
||||||
echo Fetching Consul...
|
echo Fetching Consul...
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
curl https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip -o consul.zip
|
curl https://releases.hashicorp.com/consul/0.7.1/consul_0.7.1_linux_amd64.zip -o consul.zip
|
||||||
|
|
||||||
echo Installing Consul...
|
echo Installing Consul...
|
||||||
unzip consul.zip
|
unzip consul.zip
|
||||||
|
|
Loading…
Reference in New Issue