Skip to content

Commit

Permalink
Merge pull request #18 from allegro/update_consul_version
Browse files Browse the repository at this point in the history
Update consul version
  • Loading branch information
janisz committed Jan 5, 2016
2 parents 032eedd + af02cd7 commit edf4a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_consul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ hash consul 2>/dev/null || {
os="windows"
arch="386"
fi
archive="0.5.2_${os}_${arch}.zip"
version="0.6.0"
archive="consul_${version}_${os}_${arch}.zip"

mkdir -p bin
curl -OLs https://dl.bintray.com/mitchellh/consul/$archive
curl -OLs https://releases.hashicorp.com/consul/$version/$archive
unzip -q "$archive" -d bin
rm "$archive"
consul --version
}

0 comments on commit edf4a2b

Please sign in to comment.