From be9e06a98df43b45c0913cf48208eee3e941108a Mon Sep 17 00:00:00 2001 From: vik Date: Sun, 26 Nov 2023 12:39:48 -0800 Subject: [PATCH] rclone: nfsmount for macOS --- Formula/r/rclone.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/rclone.rb b/Formula/r/rclone.rb index 12a839f1761ac..a0001e9910458 100644 --- a/Formula/r/rclone.rb +++ b/Formula/r/rclone.rb @@ -33,7 +33,7 @@ def install def caveats <<~EOS - Homebrew's installation does not include the `mount` subcommand on MacOS. + Homebrew's installation does not include the `mount` subcommand on macOS which depends on FUSE, use `nfsmount` instead. EOS end