mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 17:24:10 +00:00
Merge pull request #3644 from duritong/centos-epel-repo
add a note about installation via epel for RHEL / CentOS Stream 8 & 9
This commit is contained in:
commit
18ec49ddfa
@ -131,7 +131,14 @@ On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic usin
|
|||||||
RHEL & CentOS
|
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 from the EPEL repository:
|
||||||
|
|
||||||
|
.. 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
|
.. code-block:: console
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user