Fix platform detection

This commit is contained in:
Scott E. Graves
2019-04-18 22:42:14 -05:00
parent 74c7490575
commit b382ce87c3
4 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ elif [ -f /etc/os-release ]; then
if [ "$VERSION_ID" == "29" ]; then
DISTNAME=fedora
DISTVER=29
elif [ "$VERSION_ID" == "28" ]; then
DISTNAME=fedora
DISTVER=28
fi
fi
fi