Browse Source

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

brew cask install ... is deprecated.
Thomas Waldmann 4 years ago
parent
commit
db876a802c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Vagrantfile

+ 1 - 2
Vagrantfile

@@ -56,8 +56,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