CentOS 8 support

This commit is contained in:
2020-01-08 15:19:25 -06:00
parent 786181ed21
commit b539e8e641
5 changed files with 15 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ if [ -f /etc/centos-release ]; then
if [ "$VERSION_ID" = "7" ]; then
DISTNAME=centos
DISTVER=7
elif [ "$VERSION_ID" = "8" ]; then
DISTNAME=centos
DISTVER=8
else
resetDistVer
fi