mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
It need sudo or root mode : either add sudo, either a #.
This commit is contained in:
parent
f2ecdabe89
commit
d4b7eab8d2
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ sudo apt-get install vagrant git
|
|||
The following commands should work on Linux Mint 19 (and possibly on any Debian Stretch?) :
|
||||
|
||||
```bash
|
||||
apt update
|
||||
apt install git vagrant lxc-templates lxctl lxc cgroup-lite redir bridge-utils libc6 debootstrap
|
||||
sudo apt update
|
||||
sudo apt install git vagrant lxc-templates lxctl lxc cgroup-lite redir bridge-utils libc6 debootstrap
|
||||
vagrant plugin install vagrant-lxc
|
||||
echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" | sudo tee -a /etc/fstab
|
||||
sudo mount /sys/fs/cgroup
|
||||
|
|
Loading…
Reference in a new issue