From a01eebed651a117c21ab6e340e786a2a28ea2927 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Sat, 7 Sep 2019 21:45:15 -0500 Subject: [PATCH] install.pl: Added RHEL7.7 support Signed-off-by: Vladimir Sokolovsky --- install.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.pl b/install.pl index 94cb802..e5a4a7d 100755 --- a/install.pl +++ b/install.pl @@ -250,6 +250,9 @@ if ($dist_rpm =~ /sles-release-12\.4|SLES.*release-12\.4/) { } elsif ($dist_rpm =~ /redhat-release-.*-7.6|sl-release-7.6|centos-release-7.6/) { $DISTRO = "RHEL7.6"; $rpm_distro = "rhel7.6"; +} elsif ($dist_rpm =~ /redhat-release-.*-7.7|sl-release-7.7|centos-release-7.7/) { + $DISTRO = "RHEL7.7"; + $rpm_distro = "rhel7.7"; } elsif ($dist_rpm =~ /redhat-release-8\.0-/) { $DISTRO = "RHEL8.0"; $rpm_distro = "rhel8u0"; -- 2.46.0