2019-09-24 10:46:12 +00:00
|
|
|
# since CentOS 8, dnf is the yum replacement.
|
|
|
|
|
2020-06-22 09:37:55 +00:00
|
|
|
if [[ $DIB_RELEASE == "7" ]]; then
|
2019-09-24 10:46:12 +00:00
|
|
|
export YUM=yum
|
2020-06-22 09:37:55 +00:00
|
|
|
else
|
|
|
|
export YUM=dnf
|
2019-09-24 10:46:12 +00:00
|
|
|
fi
|