Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added basic RHEL8 support #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

red15
Copy link
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
@@ -39,8 +39,13 @@ elif grep -q -i "release 7" /etc/redhat-release ; then
IMPORTANT=$(yum updateinfo list --sec-severity=Important | grep Important | wc -l)
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

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