forked from TrueCloudLab/restic
Add installation guide for openSUSE
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
parent
604b18aa74
commit
6f2b8d622a
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
|
||||
|
||||
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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in a new issue