mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 13:47:42 +00:00
Update docs for RHEL/CentOS
This commit is contained in:
parent
419acad3c3
commit
9a73869c27
@ -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
|
||||
======
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user