Skip to content

Instantly share code, notes, and snippets.

@sdorsett
Created June 16, 2018 15:39
Show Gist options
  • Save sdorsett/4bd54dcd56386ef3aa593313a7e1ef3b to your computer and use it in GitHub Desktop.
Save sdorsett/4bd54dcd56386ef3aa593313a7e1ef3b to your computer and use it in GitHub Desktop.
# install vagrant
wget https://releases.hashicorp.com/vagrant/2.1.1/vagrant_2.1.1_x86_64.deb
sudo dpkg -i vagrant_2.1.1_x86_64.deb
which vagrant
vagrant --version
# install ovftool for use with the vcenter provider
./VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle
which ovftool
ovftool --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment