Skip to content

Commit

Permalink
epm repo disable: added dnf5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 authored and vitlav committed Dec 5, 2024
1 parent eb14fe6 commit 1314eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/epm-repodisable
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ case $PMTYPE in
dnf-rpm)
sudocmd dnf config-manager --enable $verbose "$@"
;;
dnf5-rpm)
sudocmd dnf config-manager setopt "$@.enabled=0"
;;
eoget)
docmd eoget disable-repo "$@"
;;
Expand Down

0 comments on commit 1314eef

Please sign in to comment.