Skip to content

Commit

Permalink
Merge pull request #2350 from dlarson04/RHEL7.9Support
Browse files Browse the repository at this point in the history
7.9 missing from REDHAT versions
  • Loading branch information
linggao authored Mar 3, 2021
2 parents 5363cfc + 72dfc30 commit 85007b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-install/agent-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SUPPORTED_DEBIAN_VERSION=(focal bionic buster xenial stretch $SUPPORTED_DEBIAN_V
SUPPORTED_DEBIAN_ARCH=(amd64 arm64 armhf $SUPPORTED_DEBIAN_ARCH_APPEND) # compared to dpkg --print-architecture
SUPPORTED_REDHAT_VARIANTS=(rhel centos $SUPPORTED_REDHAT_VARIANTS_APPEND) # compared to what our detect_distro() sets DISTRO to
# Note: RHEL 8.3 is not officially supported yet, but is enabled only for testing and tech preview purposes
SUPPORTED_REDHAT_VERSION=(8.1 8.2 8.3 $SUPPORTED_REDHAT_VERSION_APPEND) # compared to what our detect_distro() sets DISTRO_VERSION_NUM to. For fedora versions see https://fedoraproject.org/wiki/Releases,
SUPPORTED_REDHAT_VERSION=(7.9 8.1 8.2 8.3 $SUPPORTED_REDHAT_VERSION_APPEND) # compared to what our detect_distro() sets DISTRO_VERSION_NUM to. For fedora versions see https://fedoraproject.org/wiki/Releases,
SUPPORTED_REDHAT_ARCH=(x86_64 aarch64 ppc64le $SUPPORTED_REDHAT_ARCH_APPEND) # compared to uname -m

HOSTNAME=$(hostname -s)
Expand Down

0 comments on commit 85007b9

Please sign in to comment.