1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 07:43:06 +00:00

vagrant: add fuse2/fuse3 for archlinux box

This commit is contained in:
Thomas Waldmann 2020-12-05 18:48:49 +01:00
parent 12dee1ae4d
commit 3c508e78ec

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