Moving to Consul 0.6
This commit is contained in:
parent
c167166ce9
commit
c3f1cf0c57
|
@ -42,7 +42,7 @@ source /etc/profile.d/gopath.sh
|
|||
|
||||
echo Fetching Consul...
|
||||
cd /tmp/
|
||||
wget https://releases.hashicorp.com/consul/0.6.0-rc2/consul_0.6.0-rc2_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...
|
||||
unzip consul.zip
|
||||
sudo chmod +x consul
|
||||
|
|
Loading…
Reference in New Issue