367dfc9294
This patch adds support for CentOS 8 Stream [1] to the centos-minimal element. Users should set DIB_RELEASE=8-stream. [1] https://www.centos.org/stream/ Change-Id: Id0825de735ab957c10daf35fb3c641f850cc6847
6 lines
81 B
Bash
6 lines
81 B
Bash
if [[ $DIB_RELEASE == "7" ]]; then
|
|
export YUM=yum
|
|
else
|
|
export YUM=dnf
|
|
fi
|