Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Dec 12, 2024
1 parent f0ada93 commit f900850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/dotfiles/.config/ml4w/scripts/installupdates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _isInstalled() {
check="$($aur_helper -Qs --color always "${package}" | grep "local" | grep "${package} ")";
;;
fedora)
check="$(rpm -qa|grep ${package})"
check="$(dnf repoquery --quiet --installed ""${package}*"")"
;;
*)
;;
Expand Down

0 comments on commit f900850

Please sign in to comment.