From 8cc43b21d8ec9cc428f0eef4621818251a201353 Mon Sep 17 00:00:00 2001 From: Zaid Date: Thu, 30 Jul 2026 23:56:12 +0500 Subject: [PATCH] Fix installation instructions for pgEdge on RHEL Removed unnecessary 'dnf' installation command from prerequisites. --- docs/installation/systemd-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/systemd-installation.md b/docs/installation/systemd-installation.md index 402a4543..bfd669b2 100644 --- a/docs/installation/systemd-installation.md +++ b/docs/installation/systemd-installation.md @@ -37,7 +37,7 @@ Run the following commands on each RHEL-like host: ```sh # Install prerequisites for the pgEdge Enterprise Postgres packages -sudo dnf install -y epel-release dnf +sudo dnf install -y epel-release sudo dnf config-manager --set-enabled crb # Install the pgEdge Enterprise Postgres repository