This commit is contained in:
Michael Stanclift 2020-05-30 20:22:59 -05:00
parent d767b4bd81
commit b52423cba7

View File

@ -873,6 +873,7 @@ function distro_check {
PKG_MANAGER="apt-get"
PKG_INSTALL="${PKG_MANAGER} --yes --no-install-recommends install"
elif is_command rpm
then
if is_command dnf
then
PKG_MANAGER="dnf"