Updating vagrant file for v0.4.1, logs section of tutorial references 0.4.1

This commit is contained in:
Lars Cromley
2016-08-18 17:58:14 -04:00
parent 04a46cd165
commit d85b73ed90

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://releases.hashicorp.com/nomad/0.4.0/nomad_0.4.0_linux_amd64.zip -o nomad.zip
curl -sSL https://releases.hashicorp.com/nomad/0.4.1/nomad_0.4.1_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip