Commit 8df293ff authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-download: add support for urpm

parent 400bdc48
...@@ -153,6 +153,9 @@ epm_download() ...@@ -153,6 +153,9 @@ epm_download()
dnf-rpm) dnf-rpm)
sudocmd dnf download $pkg_filenames sudocmd dnf download $pkg_filenames
;; ;;
urpm-rpm)
sudocmd urpmi --no-install $URPMOPTIONS $@
;;
tce) tce)
sudocmd tce-load -w $pkg_filenames sudocmd tce-load -w $pkg_filenames
;; ;;
......
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