Browse Source

Update installation.md for SUSE

pull/1449/head
Zack Guo 2 weeks ago
committed by GitHub
parent
commit
970389ae92
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      mkdocs/docs/setup/installation.md

12
mkdocs/docs/setup/installation.md

@ -64,6 +64,18 @@ wget https://github.com/trapexit/mergerfs/releases/download/<ver>/mergerfs-<ver>
sudo rpm -i mergerfs-<ver>.fc<rel>.<arch>.rpm
```
## SUSE/OpenSUSE
Avaliable at [filesystems repo](https://build.opensuse.org/package/show/filesystems/mergerfs-tools)
if you have not added the repo (e.g. in case of OpenSUSE Tumbleweed, rel=openSUSE_Tumbleweed):
```
zypper addrepo https://download.opensuse.org/repositories/filesystems/<rel>/filesystems.repo
zypper refresh
zypper install mergerfs-tools
```
## FreeBSD
[https://www.freshports.org/filesystems/mergerfs](https://www.freshports.org/filesystems/mergerfs)

Loading…
Cancel
Save