Fix Linux Mint detection
This commit is contained in:
@@ -11,7 +11,7 @@ elif [ -f /etc/lsb-release ]; then
|
|||||||
DISTVER=${DISTRIB_RELEASE}
|
DISTVER=${DISTRIB_RELEASE}
|
||||||
if [ "$DISTNAME" = "linuxmint" ]; then
|
if [ "$DISTNAME" = "linuxmint" ]; then
|
||||||
if [ "$DISTVER" = "19" ] || [ "$DISTVER" = "19.1" ]; then
|
if [ "$DISTVER" = "19" ] || [ "$DISTVER" = "19.1" ]; then
|
||||||
DISNAME=ubuntu
|
DISTNAME=ubuntu
|
||||||
DISTVER=18.04
|
DISTVER=18.04
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user