From 3ea10f817f9ca4c049f2867f3fc040dae8e1dc30 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 20 Oct 2015 22:14:33 +0200 Subject: [PATCH] vagrant: add vagrant user to fuse group for debianoid systems also --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index c86a9a716..c14247713 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,6 +22,7 @@ def packages_debianoid apt-get update # for building borgbackup and dependencies: apt-get install -y libssl-dev libacl1-dev liblz4-dev libfuse-dev fuse pkg-config + usermod -a -G fuse vagrant apt-get install -y fakeroot build-essential git apt-get install -y python3-dev python3-setuptools # for building python: