From 2ad2c90d6bf2add00722520c9777242b845bbb22 Mon Sep 17 00:00:00 2001 From: Manu Date: Thu, 18 Feb 2021 21:36:14 +0800 Subject: [PATCH] Use macFUSE instead of osxfuse --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 115a47cef..233ff98d0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -50,7 +50,7 @@ Fedora/RHEL `Fedora official repository`_ ``dnf install borgbac FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean`` macOS `Homebrew`_ | ``brew install borgbackup`` (official formula, **no** FUSE support) | **or** - | ``brew install --cask osxfuse`` (`private Tap`_, FUSE support) + | ``brew install --cask macfuse`` (`private Tap`_, FUSE support) | ``brew install borgbackup/tap/borgbackup-fuse`` Mageia `cauldron`_ ``urpmi borgbackup`` NetBSD `pkgsrc`_ ``pkg_add py-borgbackup`` @@ -258,7 +258,7 @@ For FUSE support to mount the backup archives, you need at least version 3.0 of macFUSE, which is available via `github `__, or Homebrew:: - brew install --cask osxfuse + brew install --cask macfuse When installing Borg via ``pip``, be sure to install the ``llfuse`` extra, since macFUSE only supports FUSE API v2. Also, since Homebrew won't link