Closed cgwalters closed 6 years ago
Nowadays dnf doesn't whine if one types yum, so let's be compatible with CentOS and use that. Also fix up the error handling (i.e. use && instead of ;).
dnf
yum
&&
;
@rhatdan can we merge this one please?
LGTM
Nowadays
dnf
doesn't whine if one typesyum
, so let's be compatible with CentOS and use that. Also fix up the error handling (i.e. use&&
instead of;
).