mirror of
https://github.com/restic/restic.git
synced 2026-03-24 06:52:43 +00:00
docs: remove outdated CentOS 6/7 installation instructions (#5218)
This commit is contained in:
@@ -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
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user