Created
June 16, 2018 15:39
-
-
Save sdorsett/4bd54dcd56386ef3aa593313a7e1ef3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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