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