bump vagrant to 2.10 version

This commit is contained in:
meaz 2020-10-28 09:04:09 +01:00
parent 7fbf918cf0
commit 3633b8957b
1 changed files with 3 additions and 3 deletions

View File

@ -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