Commit 69735d6a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm update: run dnf makecache

parent 4188afce
...@@ -129,12 +129,13 @@ case $PMTYPE in ...@@ -129,12 +129,13 @@ case $PMTYPE in
sudocmd aptitude update || return sudocmd aptitude update || return
;; ;;
yum-rpm) yum-rpm)
# just skipped sudocmd yum makecache
[ -z "$verbose" ] || info "update command is stubbed for yum"
;; ;;
dnf-rpm|dnf5-rpm) dnf-rpm)
# just skipped sudocmd dnf makecache
[ -z "$verbose" ] || info "update command is stubbed for dnf" ;;
dnf5-rpm)
sudocmd dnf5 makecache
;; ;;
urpm-rpm) urpm-rpm)
sudocmd urpmi.update -a sudocmd urpmi.update -a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment