vagrant: add vagrant user to fuse group for debianoid systems also

This commit is contained in:
Thomas Waldmann 2015-10-20 22:14:33 +02:00
parent 1bbbdea3ac
commit 3ea10f817f
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

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