Skip to content

Commit

Permalink
Use dnf instead of yum in check_updates.py
Browse files Browse the repository at this point in the history
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
  • Loading branch information
mldulaney committed Feb 2, 2016
1 parent f8537b1 commit a115cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqtile/widget/check_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, **config):
"Arch_Sup": ("pacman -Sup", 1),
"Debian": ("apt-show-versions -u -b", 0),
"Ubuntu": ("aptitude search ~U", 0),
"Fedora": ("yum list updates", 3),
"Fedora": ("dnf list updates", 3),
"FreeBSD": ("pkg_version -I -l '<'", 0),
"Mandriva": ("urpmq --auto-select", 0)
}
Expand Down

0 comments on commit a115cd5

Please sign in to comment.