mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 01:03:59 +00:00
Replaced osxfuse by macfuse cask
This commit is contained in:
parent
b7214ececa
commit
d594018b87
@ -40,10 +40,10 @@ brew analytics off
|
|||||||
|
|
||||||
### Step 3: install [FUSE for macOS](https://osxfuse.github.io/) and [GnuPG](https://gnupg.org/)
|
### Step 3: install [FUSE for macOS](https://osxfuse.github.io/) and [GnuPG](https://gnupg.org/)
|
||||||
|
|
||||||
> Heads-up: if `brew install --cask osxfuse` fails, try `brew cask install osxfuse` (see [issue](https://github.com/Homebrew/brew/issues/9382)).
|
> Heads-up: if `brew install --cask macfuse` fails, try `brew cask install macfuse` (see [issue](https://github.com/Homebrew/brew/issues/9382)).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install --cask osxfuse
|
brew install --cask macfuse
|
||||||
brew install gnupg
|
brew install gnupg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -159,10 +159,10 @@ brew analytics off
|
|||||||
|
|
||||||
> Heads-up: when installing Borg using `brew install borgbackup`, one can no longer run `brew mount` (see [issue](https://github.com/borgbackup/borg/issues/5522)) so I created a [tap](https://github.com/borgbackup/homebrew-tap) that includes a patched version of [borgbackup](https://formulae.brew.sh/formula/borgbackup) called [borgbackup-fuse](https://github.com/borgbackup/homebrew-tap/blob/master/Formula/borgbackup-fuse.rb).
|
> Heads-up: when installing Borg using `brew install borgbackup`, one can no longer run `brew mount` (see [issue](https://github.com/borgbackup/borg/issues/5522)) so I created a [tap](https://github.com/borgbackup/homebrew-tap) that includes a patched version of [borgbackup](https://formulae.brew.sh/formula/borgbackup) called [borgbackup-fuse](https://github.com/borgbackup/homebrew-tap/blob/master/Formula/borgbackup-fuse.rb).
|
||||||
|
|
||||||
> Heads-up: if `brew install --cask osxfuse` fails, try `brew cask install osxfuse` (see [issue](https://github.com/Homebrew/brew/issues/9382)).
|
> Heads-up: if `brew install --cask macfuse` fails, try `brew cask install macfuse` (see [issue](https://github.com/Homebrew/brew/issues/9382)).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install --cask osxfuse
|
brew install --cask macfuse
|
||||||
brew install borgbackup/tap/borgbackup-fuse
|
brew install borgbackup/tap/borgbackup-fuse
|
||||||
brew install --cask sunknudsen/tap/borg-wrapper
|
brew install --cask sunknudsen/tap/borg-wrapper
|
||||||
```
|
```
|
||||||
@ -473,7 +473,7 @@ Done
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ borg-restore.sh
|
$ borg-restore.sh
|
||||||
mount_osxfuse: the file system is not available (1)
|
mount_macfuse: the file system is not available (1)
|
||||||
umount: /var/folders/dl/mbmsd2m51nb8dvhmtz114j8w0000gn/T/borg: not currently mounted
|
umount: /var/folders/dl/mbmsd2m51nb8dvhmtz114j8w0000gn/T/borg: not currently mounted
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user