Update docs for RHEL/CentOS

This commit is contained in:
Alexander Neumann 2018-06-09 23:41:35 +02:00
parent 419acad3c3
commit 9a73869c27
1 changed files with 13 additions and 1 deletions

View File

@ -74,7 +74,7 @@ installed from the official repos, e.g. with ``apt-get``:
RHEL & CentOS
=============
restic can be installed via copr repository.
restic can be installed via copr repository, for RHEL7/CentOS you can try the following:
.. code-block:: console
@ -82,6 +82,18 @@ restic can be installed via copr repository.
$ yum copr enable copart/restic
$ yum install restic
If that doesn't work, you can try adding the repository directly, for CentOS6 use:
.. code-block:: console
$ yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/copart/restic/repo/epel-6/copart-restic-epel-6.repo
For CentOS7 use:
.. code-block:: console
$ yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/copart/restic/repo/epel-7/copart-restic-epel-7.repo
Fedora
======