Fix platform detection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user