Fixed debian version string
This commit is contained in:
@@ -89,7 +89,7 @@ DIST=unknown
|
|||||||
if [ "${OS}" = "Linux" ]; then
|
if [ "${OS}" = "Linux" ]; then
|
||||||
if [ -f /etc/fedora-release ]; then
|
if [ -f /etc/fedora-release ]; then
|
||||||
DIST=fedora
|
DIST=fedora
|
||||||
elif [ -f /etc/debian-version ]; then
|
elif [ -f /etc/debian_version ]; then
|
||||||
DIST=debian
|
DIST=debian
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user