Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant brew cask #5557

Closed
ThomasWaldmann opened this issue Dec 6, 2020 · 1 comment
Closed

vagrant brew cask #5557

ThomasWaldmann opened this issue Dec 6, 2020 · 1 comment
Assignees
Milestone

Comments

@ThomasWaldmann
Copy link
Member

When installing osxfuse:

    darwin64: Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.                                                                                                                 
@ThomasWaldmann ThomasWaldmann added this to the hydrogen-rc1 milestone Dec 6, 2020
@samuel-w
Copy link
Contributor

samuel-w commented Dec 7, 2020

Seems the solution is replacing
brew install homebrew/cask/osxfuse || brew upgrade homebrew/cask/osxfuse # Required for Python llfuse module
with
brew install --cask osxfuse || brew upgrade --cask osxfuse # Required for Python llfuse module

ThomasWaldmann added a commit to ThomasWaldmann/borg that referenced this issue Dec 22, 2020
brew cask install ... is deprecated.
ThomasWaldmann added a commit to ThomasWaldmann/borg that referenced this issue Dec 24, 2020
brew cask install ... is deprecated.
ThomasWaldmann added a commit that referenced this issue Dec 24, 2020
use brew install --cask ..., fixes #5557
@ThomasWaldmann ThomasWaldmann self-assigned this Dec 25, 2020
ThomasWaldmann added a commit that referenced this issue Dec 25, 2020
@ghost ghost mentioned this issue Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants