Skip to content

Instantly share code, notes, and snippets.

@nusserstudios
Last active September 24, 2022 18:14
Show Gist options
  • Save nusserstudios/4393b9101b640c7874813ffa68a78996 to your computer and use it in GitHub Desktop.
Save nusserstudios/4393b9101b640c7874813ffa68a78996 to your computer and use it in GitHub Desktop.
curl -O https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_x86_64.deb
curl -O https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_SHA256SUMS
curl -O https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_SHA256SUMS.sig
curl -sS https://keybase.io/hashicorp/key.asc | gpg --import
gpg --verify vagrant_2.2.16_SHA256SUMS.sig vagrant_2.2.16_SHA256SUMS
shasum -a 256 -c <(cat vagrant_2.2.16_SHA256SUMS | grep 64.deb) -s
sudo apt install ./vagrant_2.2.16_x86_64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment