mirror of https://github.com/status-im/consul.git
update vagrant demo
This commit is contained in:
parent
178d58721a
commit
ae1cdc1615
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue