From 29f6b7c970dfd4b3567e0f3a4d76eb4d6257921f Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Mon, 3 Dec 2018 11:55:52 -0700 Subject: [PATCH] Fix url intended to point to vagrant version 2.0.4 --- dependency_install_steps_by_platform/Debian_9.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency_install_steps_by_platform/Debian_9.x.md b/dependency_install_steps_by_platform/Debian_9.x.md index b7f8a3f..8d5cca1 100644 --- a/dependency_install_steps_by_platform/Debian_9.x.md +++ b/dependency_install_steps_by_platform/Debian_9.x.md @@ -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 ```