Removed CentOS 6

This commit is contained in:
Scott E. Graves
2019-04-19 17:26:46 -05:00
parent f6db3ac3f1
commit a25b22039e
3 changed files with 0 additions and 14 deletions

View File

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