diff options
author | Devrim Gunduz | 2024-12-27 17:11:06 +0000 |
---|---|---|
committer | Devrim Gunduz | 2024-12-27 17:11:06 +0000 |
commit | 4e3fce6bb90d84dad5e4525f37cae7398cd16b2e (patch) | |
tree | ca412bfb14dfa6d415fb666f2486d4ac6b22f738 | |
parent | d59ef65c6398842975b6b5e8373d63b938ce9e89 (diff) |
Make recent RHEL releases more prominent and remove remaining RHEL 6 stuff
-rw-r--r-- | templates/pages/download/linux/redhat.html | 8 |
1 files 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: <h2>Included in Distribution</h2> <p> These distributions all include PostgreSQL by default. To install -PostgreSQL from these repositories, use the <var>yum</var> command on RHEL 6 and 7: +PostgreSQL from these repositories, use the <var>dnf</var> command on RHEL 8 and Fedora: </p> <p> <code> -yum install postgresql-server +dnf install postgresql-server </code> </p> <p> -or <var>dnf</var> command on RHEL 8 and Fedora: +or <var>yum</var> command on RHEL / CentOS 7: </p> <p> <code> -dnf install postgresql-server +yum install postgresql-server </code> </p> <p> |