Skip to content

Commit

Permalink
dnf: Also use nobest for install
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Sep 6, 2023
1 parent 65ffbaf commit 6229dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions managers/dnf.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (m *dnf) load() error {
},
install: []string{
"install",
"--nobest",
},
remove: []string{
"remove",
Expand Down

0 comments on commit 6229dfb

Please sign in to comment.