From 4e3fce6bb90d84dad5e4525f37cae7398cd16b2e Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Fri, 27 Dec 2024 20:11:06 +0300 Subject: [PATCH] Make recent RHEL releases more prominent and remove remaining RHEL 6 stuff --- templates/pages/download/linux/redhat.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 4bb9c504..1de529d9 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -72,19 +72,19 @@ To use the PostgreSQL Yum Repository, follow these steps:

Included in Distribution

These distributions all include PostgreSQL by default. To install -PostgreSQL from these repositories, use the yum command on RHEL 6 and 7: +PostgreSQL from these repositories, use the dnf command on RHEL 8 and Fedora:

-yum install postgresql-server +dnf install postgresql-server

-or dnf command on RHEL 8 and Fedora: +or yum command on RHEL / CentOS 7:

-dnf install postgresql-server +yum install postgresql-server

-- 2.39.5