Merge pull request #5593 from ThomasWaldmann/cask-master

use brew install --cask ..., fixes #5557
This commit is contained in:
TW 2020-12-25 21:12:07 +01:00 committed by GitHub
commit d884fee1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)" which brew || CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew update > /dev/null brew update > /dev/null
brew install pkg-config readline openssl@1.1 zstd lz4 xz fakeroot git brew install pkg-config readline openssl@1.1 zstd lz4 xz fakeroot git
brew tap homebrew/cask brew install --cask osxfuse
brew cask install osxfuse
brew upgrade # upgrade everything brew upgrade # upgrade everything
echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile echo 'export PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig' >> ~vagrant/.bash_profile
EOF EOF