Commit d7f996b9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-download: implement for apt-get

parent b0cb3705
......@@ -196,6 +196,9 @@ epm_download()
esac
case $PMTYPE in
apt-dpkg)
docmd apt-get download $*
;;
dnf-rpm)
sudocmd dnf download $*
;;
......
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