forked from TrueCloudLab/restic
add a note about installation via epel
This commit is contained in:
parent
90473ea9ff
commit
3f0184ba2a
1 changed files with 8 additions and 1 deletions
|
@ -131,7 +131,14 @@ On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic usin
|
|||
RHEL & CentOS
|
||||
=============
|
||||
|
||||
restic can be installed via copr repository, for RHEL7/CentOS you can try the following:
|
||||
For RHEL / CentOS Stream 8 & 9 restic can be installed via epel repository, you can try the following:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ dnf install epel-release
|
||||
$ dnf install restic
|
||||
|
||||
For RHEL7/CentOS there is a copr repository available, you can try the following:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
Loading…
Reference in a new issue