Merge pull request #5550 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
1 changed files with 2 additions and 1 deletions

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