From 3f0184ba2a7f14d3f93651822ea5aac76c7ee1c8 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 5 Feb 2022 22:18:33 +0100 Subject: [PATCH 1/2] add a note about installation via epel --- doc/020_installation.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 44d677f38..f2f4f0ee2 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -131,7 +131,14 @@ On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic usin 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 via epel repository, you can try the following: + +.. 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 From a4786dda5a78c6e8ee542c47eafe1be2e21cefc1 Mon Sep 17 00:00:00 2001 From: duritong Date: Sun, 6 Feb 2022 21:31:18 +0100 Subject: [PATCH 2/2] Update doc/020_installation.rst Co-authored-by: greatroar <61184462+greatroar@users.noreply.github.com> --- doc/020_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index f2f4f0ee2..198eebd8e 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -131,7 +131,7 @@ On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic usin RHEL & CentOS ============= -For RHEL / CentOS Stream 8 & 9 restic can be installed via epel repository, you can try the following: +For RHEL / CentOS Stream 8 & 9 restic can be installed from the EPEL repository: .. code-block:: console