Merge pull request #16410 from haukepetersen/fix_dhcpv6server_linuxmint

tools/dhcpv6-pd_ia: add Linux Mint to installer
This commit is contained in:
Martine Lenders 2021-05-03 12:57:23 +02:00 committed by GitHub
commit 95c2af5ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ class PackageManagerFactory(object):
system = platform.system()
if system == "Linux":
system = cls._get_linux_distro()
if system in ["Debian", "Ubuntu"]:
if system in ["Debian", "Ubuntu", "Linux Mint"]:
return Apt("Debian")
if system in ["Arch Linux"]:
return PacMan("Arch")