up vagrant version

This commit is contained in:
Alex Dadgar
2016-03-16 10:45:47 -07:00
parent bebf889633
commit 17fa55c4cf

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.3.0/nomad_0.3.0_linux_amd64.zip -o nomad.zip
curl -sSL https://releases.hashicorp.com/nomad/0.3.1/nomad_0.3.1_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip