From e1ef0f4bcc75ff9346ad3d83df80635fa55c6efd Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 19 Dec 2020 11:02:15 -0600 Subject: [PATCH] Update redhat.rst --- docs/installationguide/redhat.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installationguide/redhat.rst b/docs/installationguide/redhat.rst index 5224ca342..a7891f872 100644 --- a/docs/installationguide/redhat.rst +++ b/docs/installationguide/redhat.rst @@ -64,10 +64,6 @@ RHEL/CentOS 8 users must also enable the PowerTools repo: sudo dnf install dnf-plugins-core sudo dnf config-manager --set-enabled PowerTools -.. sidebar :: Note - - A virtual package called zoneminder exists. This pacakge contains no files and will pull in the zoneminder-httpd package for backwards compatiblity. - Once the additional repos are enabled, install ZoneMinder from the commandline. Choose the package that matches the desired web server. Install ZoneMinder for Apache web server: @@ -75,6 +71,10 @@ Install ZoneMinder for Apache web server: sudo dnf install zoneminder-httpd +.. sidebar :: Note + + A virtual package called zoneminder exists. This pacakge contains no files and will pull in the zoneminder-httpd package for backwards compatiblity. + Install ZoneMinder for Nginx web server: ::