mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Add libvirt-dev as dependance for vagrant plugin
This commit is contained in:
parent
6dd1a3c7c7
commit
bb88e63dd9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ The following commands should work on **Linux Mint 19** (and possibly on any Deb
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt update
|
$ 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
|
$ vagrant plugin install vagrant-lxc
|
||||||
$ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab
|
$ echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab
|
||||||
$ sudo mount /sys/fs/cgroup
|
$ sudo mount /sys/fs/cgroup
|
||||||
|
|
Loading…
Add table
Reference in a new issue