From 4e4a544e00bb7d1ee5f430dc9b00b028f3c75d05 Mon Sep 17 00:00:00 2001 From: Alexandr Topilski Date: Mon, 27 Apr 2020 16:53:14 +0300 Subject: [PATCH] Update system_info.py --- pyfastogt/system_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfastogt/system_info.py b/pyfastogt/system_info.py index b14bae8..1fcbabc 100644 --- a/pyfastogt/system_info.py +++ b/pyfastogt/system_info.py @@ -86,7 +86,7 @@ def linux_get_dist(): if dist_name_upper.startswith(("RHEL", "CENTOS LINUX", "FEDORA", "AMAZON LINUX")): return "RHEL" - elif dist_name_upper.startswith(("DEBIAN", "UBUNTU", "LINUXMINT", "RASPBIAN GNU/LINUX")): + elif dist_name_upper.startswith(("DEBIAN", "UBUNTU", "LINUX MINT", "RASPBIAN GNU/LINUX")): return "DEBIAN" elif dist_name_upper.startswith(("ARCH")): return "ARCH"