2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00

Update docs for RHEL/CentOS

This commit is contained in:
Alexander Neumann 2018-06-09 23:41:35 +02:00
parent 419acad3c3
commit 9a73869c27

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
======