Update demo vagrant box

This commit is contained in:
Alex Dadgar 2015-11-18 20:33:24 -08:00
parent cd3e796dc0
commit 34bae7cefd
1 changed files with 1 additions and 1 deletions

View File

@ -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