summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-01-22 17:41:50 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-01-22 17:41:50 +0100
commit41814d393dac61f67095a99e3c3b5d4096878940 (patch)
treefbae4242d562e222de36bac83eb6ccf4de7daa67 /Vagrantfile
parentd3bf52e105472bf4257f2fb98bde4f7ce9530e28 (diff)
vagrant: use macfuse instead of osxfuse
note: we also use the more recent macfuse on github CI.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 0b8281720..520ce650f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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