Skip to content

Commit

Permalink
use brew install --cask ..., fixes #5557
Browse files Browse the repository at this point in the history
brew cask install ... is deprecated.
  • Loading branch information
ThomasWaldmann committed Dec 25, 2020
1 parent 050a705 commit b638964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b638964

Please sign in to comment.