docs: remove outdated CentOS 6/7 installation instructions (#5218)

This commit is contained in:
Adrian Mastronardi
2026-02-23 23:15:49 +01:00
parent c5e09ae9b1
commit 4e71921a17

View File

@@ -150,8 +150,8 @@ On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic usin
# zypper install restic
RHEL & CentOS
=============
RHEL & CentOS Stream
====================
For RHEL / CentOS Stream 8 & 9 restic can be installed from the EPEL repository:
@@ -160,26 +160,6 @@ For RHEL / CentOS Stream 8 & 9 restic can be installed from the EPEL repository:
$ dnf install epel-release
$ dnf install restic
For RHEL7/CentOS there is a copr repository available, you can try the following:
.. code-block:: console
$ yum install yum-plugin-copr
$ 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
Solus
=====