mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-30 19:21:17 +00:00
vagrant: llfuse install on darwin needs pkgconfig installed
This commit is contained in:
parent
a4967ec582
commit
81423071d7
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -62,6 +62,7 @@ def packages_darwin
|
|||
brew install lz4
|
||||
brew install fakeroot
|
||||
brew install git
|
||||
brew install pkgconfig
|
||||
touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile
|
||||
EOF
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue