Fedora 29 support
This commit is contained in:
@@ -7,6 +7,11 @@ if [ -f /etc/os-release ]; then
|
|||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
if [ "$ID" == "arch" ]; then
|
if [ "$ID" == "arch" ]; then
|
||||||
DISTNAME=arch
|
DISTNAME=arch
|
||||||
|
elif [ "$ID" == "fedora" ]; then
|
||||||
|
if [ "$VERSION_ID" == "29" ]; then
|
||||||
|
DISTNAME=fedora
|
||||||
|
DISTVER=29
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user