2015-09-24 04:55:48 +00:00
|
|
|
# since f22, dnf is the yum replacement. Mostly it drops in
|
2017-05-31 04:16:17 +00:00
|
|
|
# unmodified, so while we transition KISS and use this to choose
|
2015-09-24 04:55:48 +00:00
|
|
|
|
|
|
|
if [ $DIB_RELEASE -ge 22 ]; then
|
|
|
|
export YUM=dnf
|
|
|
|
else
|
|
|
|
export YUM=yum
|
|
|
|
fi
|