mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 13:01:55 +00:00
Update system_info.py
This commit is contained in:
parent
b8547647f7
commit
4e4a544e00
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue