Skip to content

Commit

Permalink
Merge pull request #13 from kinvolk/indradhanush/pin-hab-cli-version
Browse files Browse the repository at this point in the history
  • Loading branch information
indradhanush committed Aug 27, 2018
2 parents 04f134c + ce7a0f8 commit a52ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-hab
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p "${tmpdir}"
pushd "${tmpdir}" >/dev/null
trap 'popd >/dev/null; rm -rf "${tmpdir}"' EXIT

readonly hab_bintray_url="https://api.bintray.com/content/habitat/stable/linux/x86_64/hab-%24latest-x86_64-linux.tar.gz?bt_package=hab-x86_64-linux"
readonly hab_bintray_url="https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.61.0-20180815171844-x86_64-linux.tar.gz"

curl -sSL "${hab_bintray_url}" -o hab.tar.gz
tar -xvf hab.tar.gz --strip-components 1
Expand Down

0 comments on commit a52ab50

Please sign in to comment.