From ce7e630a1650440657c1058278cebe6e77edef74 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 11 Apr 2019 12:45:46 -0500 Subject: [PATCH] Fix Linux Mint detection --- public/detect_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/detect_linux.sh b/public/detect_linux.sh index 8d9ed60..ea0f5ef 100644 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -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