Brewfile: don't install osxfuse cask by default.

This commit is contained in:
Thomas Waldmann 2024-01-14 17:49:21 +01:00
parent 576ee3532c
commit 08bb028bae
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 7 additions and 1 deletions

View File

@ -3,4 +3,10 @@ brew 'zstd'
brew 'lz4'
brew 'xxhash'
brew 'openssl@1.1'
cask 'osxfuse' # Required for Python llfuse module
# osxfuse (aka macFUSE) is only required for "borg mount",
# but won't work on github actions' workers.
# it requires installing a kernel extension, so some users
# may want it and some won't.
#cask 'osxfuse'