Skip to content

Commit

Permalink
Use Dnf on Mageia
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Oct 27, 2015
1 parent 2253f83 commit 7d34954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracer/resources/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def get_instance(pair):
"gentoo": [("tracer.packageManagers.portage", "Portage")],
"debian": [("tracer.packageManagers.dpkg", "Dpkg")],
"centos": [("tracer.packageManagers.yum", "Yum")],
"mageia": [("tracer.packageManagers.dnf", "Dnf")],
"fedora": [
("tracer.packageManagers.dnf", "Dnf"),
("tracer.packageManagers.yum", "Yum"),
Expand Down

0 comments on commit 7d34954

Please sign in to comment.