mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 16:15:54 +00:00
s3fs-mac: add FUSE 3 caveat
This commit is contained in:
parent
3b04282848
commit
fc9667e77c
1 changed files with 7 additions and 0 deletions
|
|
@ -40,6 +40,13 @@ class S3fsMac < Formula
|
|||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats
|
||||
<<~EOS
|
||||
This is the final version that supports FUSE 2.
|
||||
Further updates require a macOS FUSE 3 implementation.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/s3fs", "--version"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue