mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-06 19:49:20 +00:00
Merge pull request #5550 from ThomasWaldmann/vagrant-fixes3
vagrant: add fuse2/fuse3 for archlinux box
This commit is contained in:
commit
fd62f9b421
1 changed files with 2 additions and 1 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -34,7 +34,8 @@ def packages_arch
|
||||||
locale-gen
|
locale-gen
|
||||||
localectl set-locale LANG=en_US.UTF-8
|
localectl set-locale LANG=en_US.UTF-8
|
||||||
chown vagrant.vagrant /vagrant
|
chown vagrant.vagrant /vagrant
|
||||||
pacman -Syu --noconfirm python-virtualenv python-pip
|
pacman -Syu --noconfirm python-virtualenv python-pip fuse2 fuse3
|
||||||
|
modprobe fuse
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue