use brew install --cask ..., fixes #5557

brew cask install ... is deprecated.
This commit is contained in:
Thomas Waldmann 2020-12-22 21:14:44 +01:00
parent 050a705010
commit b63896442d
1 changed files with 1 additions and 2 deletions

3
Vagrantfile vendored
View File

@ -97,8 +97,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 tap homebrew/cask
brew cask install osxfuse
brew install --cask osxfuse
brew upgrade # upgrade everything
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile
EOF