From 8e6aeebd6021a0a5eeee5fcb7419b92a286f7cba Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 22 Jan 2022 17:41:50 +0100 Subject: [PATCH] vagrant: use macfuse instead of osxfuse note: we also use the more recent macfuse on github CI. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 32d866b08..ee85b4d5b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -58,7 +58,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