Merge pull request #16410 from haukepetersen/fix_dhcpv6server_linuxmint
tools/dhcpv6-pd_ia: add Linux Mint to installer
This commit is contained in:
commit
95c2af5ab0
2
dist/tools/dhcpv6-pd_ia/pkg/__init__.py
vendored
2
dist/tools/dhcpv6-pd_ia/pkg/__init__.py
vendored
@ -42,7 +42,7 @@ class PackageManagerFactory(object):
|
|||||||
system = platform.system()
|
system = platform.system()
|
||||||
if system == "Linux":
|
if system == "Linux":
|
||||||
system = cls._get_linux_distro()
|
system = cls._get_linux_distro()
|
||||||
if system in ["Debian", "Ubuntu"]:
|
if system in ["Debian", "Ubuntu", "Linux Mint"]:
|
||||||
return Apt("Debian")
|
return Apt("Debian")
|
||||||
if system in ["Arch Linux"]:
|
if system in ["Arch Linux"]:
|
||||||
return PacMan("Arch")
|
return PacMan("Arch")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user