6 lines
78 B
Bash
6 lines
78 B
Bash
|
if [ $DIB_RELEASE -ge 8 ]; then
|
||
|
export YUM=dnf
|
||
|
else
|
||
|
export YUM=yum
|
||
|
fi
|