Fix url intended to point to vagrant version 2.0.4

This commit is contained in:
Charlie O'Keefe 2018-12-03 11:55:52 -07:00
parent 3a6c017638
commit 29f6b7c970
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ As of this writing, the Vagrant version that Debian uses in its "stretch" releas
suggest getting a package from Vagrant's web site:
```
wget -c https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.4_x86_64.deb
wget -c https://releases.hashicorp.com/vagrant/2.0.4/vagrant_2.0.4_x86_64.deb
sudo dpkg -i vagrant_2.0.4_x86_64.deb
```