From bb88e63dd94be768fab78551ba464ee7ede79ca7 Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 30 Sep 2019 10:28:51 +0200 Subject: [PATCH] Add libvirt-dev as dependance for vagrant plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c22613..41f7aab 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ The following commands should work on **Linux Mint 19** (and possibly on any Deb ```bash $ sudo apt update -$ sudo apt install git vagrant lxc-templates lxctl lxc cgroup-lite redir bridge-utils libc6 debootstrap +$ sudo apt install git vagrant lxc-templates lxctl lxc cgroup-lite redir bridge-utils libc6 debootstrap libvirt-dev $ vagrant plugin install vagrant-lxc $ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab $ sudo mount /sys/fs/cgroup