It need sudo or root mode : either add sudo, either a #.

This commit is contained in:
frju365 2019-03-07 12:57:13 +01:00 committed by GitHub
parent f2ecdabe89
commit d4b7eab8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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