DEBSOURCES
Skip Quicknav
sources / python-diskimage-builder / 3.2.1-4 / diskimage_builder / elements / centos / environment.d / 11-yum-dnf.bash
1234567
# since CentOS 8, dnf is the yum replacement. if [[ ${DIB_RELEASE} == '8' ]]; then export YUM=dnf elif [[ ${DIB_RELEASE} == '7' ]]; then export YUM=yum fi