mirror of
https://github.com/restic/restic.git
synced 2025-12-03 21:21:47 +00:00
Fix tests on freebsd
This commit is contained in:
7
Vagrantfile
vendored
7
Vagrantfile
vendored
@@ -7,6 +7,13 @@ def packages_freebsd
|
||||
return <<-EOF
|
||||
pkg install -y git
|
||||
pkg install -y curl
|
||||
|
||||
echo 'fuse_load="YES"' >> /boot/loader.conf
|
||||
echo 'vfs.usermount=1' >> /etc/sysctl.conf
|
||||
|
||||
kldload fuse
|
||||
sysctl vfs.usermount=1
|
||||
pw groupmod operator -M vagrant
|
||||
EOF
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user