This commit is contained in:
Michael Stanclift 2020-05-30 20:21:24 -05:00
parent 7e64129e49
commit d767b4bd81

View File

@ -877,6 +877,7 @@ function distro_check {
then
PKG_MANAGER="dnf"
elif is_command yum
then
PKG_MANAGER="yum"
else
MESSAGE="Unable to find OS Package Manager"