mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
vagrant: use macfuse instead of osxfuse
note: we also use the more recent macfuse on github CI.
This commit is contained in:
parent
d3bf52e105
commit
41814d393d
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -108,7 +108,7 @@ def packages_darwin
|
|||
which brew || CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
brew update > /dev/null
|
||||
brew install pkg-config readline openssl@1.1 zstd lz4 xz fakeroot git
|
||||
brew install --cask osxfuse
|
||||
brew install --cask macfuse
|
||||
brew upgrade # upgrade everything
|
||||
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue