From 3633b8957b1b77fd5bcbd3d67a215d9d50396fef Mon Sep 17 00:00:00 2001 From: meaz Date: Wed, 28 Oct 2020 09:04:09 +0100 Subject: [PATCH] bump vagrant to 2.10 version --- vagrant/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant/README.md b/vagrant/README.md index 68cfdb42..975fce20 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -3,13 +3,13 @@ # Disroot Website Development Environment using Vagrant ## requirements -1. vagrant 2.2.6 +1. vagrant 2.2.10 for install on Debian run commands: ``` - wget https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_x86_64.deb + wget https://releases.hashicorp.com/vagrant/2.2.10/vagrant_2.2.10_x86_64.deb ``` ``` - sudo dpkg -i vagrant_2.2.6_x86_64.deb + sudo dpkg -i vagrant_2.2.10_x86_64.deb ``` ``` sudo apt install -f