CentOS 8 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user