Skip to content

Instantly share code, notes, and snippets.

@leonj1
Created March 28, 2018 04:29
Show Gist options
  • Save leonj1/2d83ed04919ed57ab7cfd5dc43db17aa to your computer and use it in GitHub Desktop.
Save leonj1/2d83ed04919ed57ab7cfd5dc43db17aa to your computer and use it in GitHub Desktop.
curl -O https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_x86_64.deb
curl -O https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_SHA256SUMS
curl -O https://releases.hashicorp.com/vagrant/2.0.2/vagrant_2.0.2_SHA256SUMS.sig
curl -sS https://keybase.io/hashicorp/key.asc | gpg --import
gpg --verify vagrant_2.0.2_SHA256SUMS.sig vagrant_2.0.2_SHA256SUMS
shasum -a 256 -c <(cat vagrant_2.0.2_SHA256SUMS | grep 64.deb) -s
sudo apt install ./vagrant_2.0.2_x86_64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment