Updated the consul in Vagrant env
This commit is contained in:
parent
f3d9ecf354
commit
49d90c907c
|
@ -42,7 +42,7 @@ source /etc/profile.d/gopath.sh
|
|||
|
||||
echo Fetching Consul...
|
||||
cd /tmp/
|
||||
wget https://releases.hashicorp.com/consul/0.6.0/consul_0.6.0_linux_amd64.zip -O consul.zip
|
||||
wget https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip -O consul.zip
|
||||
echo Installing Consul...
|
||||
unzip consul.zip
|
||||
sudo chmod +x consul
|
||||
|
|
Loading…
Reference in New Issue