vagrant version

This commit is contained in:
Alex Dadgar 2017-01-03 11:36:55 -08:00
parent 2473a4587d
commit 567817a099
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://releases.hashicorp.com/nomad/0.5.1/nomad_0.5.1_linux_amd64.zip -o nomad.zip
curl -sSL https://releases.hashicorp.com/nomad/0.5.2/nomad_0.5.2_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip