From 9a73869c27926dcc10fc0e330817fccf4fc632a0 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 9 Jun 2018 23:41:35 +0200 Subject: [PATCH] Update docs for RHEL/CentOS --- doc/020_installation.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 2bd1faae9..113df8d53 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -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 ======