mirror of https://github.com/status-im/consul.git
Use Consul version 0.6.0 in the Vagrant demo environment
This commit is contained in:
parent
94f33972bd
commit
5fb54167aa
|
@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl
|
||||||
|
|
||||||
echo Fetching Consul...
|
echo Fetching Consul...
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
wget https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip -O consul.zip
|
wget https://releases.hashicorp.com/consul/0.6.0/consul_0.6.0_linux_amd64.zip -O consul.zip
|
||||||
|
|
||||||
echo Installing Consul...
|
echo Installing Consul...
|
||||||
unzip consul.zip
|
unzip consul.zip
|
||||||
|
|
Loading…
Reference in New Issue