Give command line instruction to wget vagrant 2.0.4

Specify a version that has been successfully tested. Can be updated if
and when other later versions are also successfully tested.
This commit is contained in:
Charlie OKeefe 2018-05-07 10:14:01 -06:00
parent db0f87f03d
commit 7c7dc976e5
1 changed files with 4 additions and 10 deletions

View File

@ -72,18 +72,12 @@ git version 2.11.0
# Install Vagrant 2.0.3 or higher
The vagrant version that Debian uses in its "stretch" release (i.e. the one you'd get if you ran
`sudo apt-get install vagrant`) is 1.9.x. We want 2.x. Therefore our recommended method is to
download the package from the vagrant website:
https://www.vagrantup.com/downloads.html
Download the 64-bit Debian option on that page.
Use apt to install the downloaded package:
As of this writing, the Vagrant version that Debian uses in its "stretch" release is 1.9.x so we
suggest getting a package from Vagrant's web site:
```
sudo apt install ~/Downloads/vagrant_<version_number>_x86_64.deb
wget -c https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.4_x86_64.deb
sudo dpkg -i vagrant_2.0.4_x86_64.deb
```
Most recently tested 2018-04-23 with the following vagrant release: