forked from TrueCloudLab/restic
Merge pull request #2456 from jenting/installation-opensuse
Docs: add installation guide for openSUSE
This commit is contained in:
commit
b87230b93d
1 changed files with 9 additions and 0 deletions
|
@ -109,6 +109,15 @@ On FreeBSD (11 and probably later versions), you can install restic using ``pkg
|
||||||
|
|
||||||
# pkg install restic
|
# pkg install restic
|
||||||
|
|
||||||
|
openSUSE
|
||||||
|
========
|
||||||
|
|
||||||
|
On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic using the ``zypper`` package manager:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# zypper install restic
|
||||||
|
|
||||||
RHEL & CentOS
|
RHEL & CentOS
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue