Update demo Vagrantfile

This commit is contained in:
Alex Dadgar 2015-10-06 16:43:27 -07:00
parent 441b2de4fb
commit 094e24743b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget
# Download Nomad
echo Fetching Nomad...
cd /tmp/
curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.1_linux_amd64.zip -o nomad.zip
curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.2_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip