Merge pull request #2083 from ksatirli/patch-1

bumps Nomad from 0.4.1 to 0.5.0
This commit is contained in:
Alex Dadgar 2016-12-12 09:37:38 -08:00 committed by GitHub
commit c25be57c79
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 # Download Nomad
echo Fetching Nomad... echo Fetching Nomad...
cd /tmp/ cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/0.4.1/nomad_0.4.1_linux_amd64.zip -o nomad.zip curl -sSL https://releases.hashicorp.com/nomad/0.5.0/nomad_0.5.0_linux_amd64.zip -o nomad.zip
echo Installing Nomad... echo Installing Nomad...
unzip nomad.zip unzip nomad.zip