Fix Linux Mint detection

This commit is contained in:
Scott E. Graves
2019-04-11 12:45:46 -05:00
parent 9979c6ad75
commit ce7e630a16

View File

@@ -11,7 +11,7 @@ elif [ -f /etc/lsb-release ]; then
DISTVER=${DISTRIB_RELEASE}
if [ "$DISTNAME" = "linuxmint" ]; then
if [ "$DISTVER" = "19" ] || [ "$DISTVER" = "19.1" ]; then
DISNAME=ubuntu
DISTNAME=ubuntu
DISTVER=18.04
fi
fi