Merge pull request #35 from charlieok/fix_vagrant_deb_url

Fix url intended to point to vagrant version 2.0.4
This commit is contained in:
Charlie O'Keefe 2018-12-06 08:04:49 -07:00 committed by GitHub
commit c8e18e1453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 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 sudo dpkg -i vagrant_2.0.4_x86_64.deb
``` ```