Update demo vagrant box
This commit is contained in:
parent
cd3e796dc0
commit
34bae7cefd
|
@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget vim
|
|||
# Download Nomad
|
||||
echo Fetching Nomad...
|
||||
cd /tmp/
|
||||
curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.2_linux_amd64.zip -o nomad.zip
|
||||
curl -sSL https://releases.hashicorp.com/nomad/0.2.0/nomad_0.2.0_linux_amd64.zip -o nomad.zip
|
||||
|
||||
echo Installing Nomad...
|
||||
unzip nomad.zip
|
||||
|
|
Loading…
Reference in New Issue