Update Nomad version used in Vagrant demo to 0.4.0
This commit is contained in:
parent
b6c626567e
commit
6a2f35a205
|
@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget vim
|
||||||
# Download Nomad
|
# Download Nomad
|
||||||
echo Fetching Nomad...
|
echo Fetching Nomad...
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
curl -sSL https://releases.hashicorp.com/nomad/0.3.2/nomad_0.3.2_linux_amd64.zip -o nomad.zip
|
curl -sSL https://releases.hashicorp.com/nomad/0.4.0/nomad_0.4.0_linux_amd64.zip -o nomad.zip
|
||||||
|
|
||||||
echo Installing Nomad...
|
echo Installing Nomad...
|
||||||
unzip nomad.zip
|
unzip nomad.zip
|
||||||
|
|
Loading…
Reference in New Issue