1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-06 11:40:31 +00:00

Merge pull request from ThomasWaldmann/vagrant-fixes3

vagrant: add fuse2/fuse3 for archlinux box
This commit is contained in:
TW 2020-12-05 19:30:46 +01:00 committed by GitHub
commit fd62f9b421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Vagrantfile vendored
View file

@ -34,7 +34,8 @@ def packages_arch
locale-gen
localectl set-locale LANG=en_US.UTF-8
chown vagrant.vagrant /vagrant
pacman -Syu --noconfirm python-virtualenv python-pip
pacman -Syu --noconfirm python-virtualenv python-pip fuse2 fuse3
modprobe fuse
EOF
end