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:
commit
c8e18e1453
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue