Fedora 29 support

This commit is contained in:
Scott E. Graves
2019-04-18 19:13:11 -05:00
parent 4d9d5ff501
commit b916920322

View File

@@ -7,6 +7,11 @@ if [ -f /etc/os-release ]; then
. /etc/os-release
if [ "$ID" == "arch" ]; then
DISTNAME=arch
elif [ "$ID" == "fedora" ]; then
if [ "$VERSION_ID" == "29" ]; then
DISTNAME=fedora
DISTVER=29
fi
fi
fi