mirror of https://github.com/status-im/consul.git
Update installed consul version to 0.8.0
This commit is contained in:
parent
5fad527956
commit
f13fc99852
|
@ -12,7 +12,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
echo "Fetching Consul..."
|
echo "Fetching Consul..."
|
||||||
CONSUL=0.7.0
|
CONSUL=0.8.0
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip
|
wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue