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

epm update: run dnf makecache

parent 4188afce
......@@ -129,12 +129,13 @@ case $PMTYPE in
sudocmd aptitude update || return
;;
yum-rpm)
# just skipped
[ -z "$verbose" ] || info "update command is stubbed for yum"
sudocmd yum makecache
;;
dnf-rpm|dnf5-rpm)
# just skipped
[ -z "$verbose" ] || info "update command is stubbed for dnf"
dnf-rpm)
sudocmd dnf makecache
;;
dnf5-rpm)
sudocmd dnf5 makecache
;;
urpm-rpm)
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