Skip to content

Added basic RHEL8 support#9

Open
red15 wants to merge 1 commit intomasterfrom
red15-patch-rhel8-support
Open

Added basic RHEL8 support#9
red15 wants to merge 1 commit intomasterfrom
red15-patch-rhel8-support

Conversation

@red15
Copy link
Copy Markdown
Member

@red15 red15 commented Jan 29, 2021

See issue #5

@red15 red15 linked an issue Jan 29, 2021 that may be closed by this pull request
LOW=$(yum updateinfo list --sec-severity=Low | grep Low | wc -l)
CRITICAL=$(yum updateinfo list --sec-severity=Critical | grep Critical | wc -l)
elif grep -q -i "release 8" /etc/redhat-release ; then
MODERATE=$(yum updateinfo list --sec-severity=Moderate | grep Moderate | wc -l)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should rather be dnf (although yum exists as a symlink to dnf, so it will work as it is).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RH8 support

2 participants