Commit 0e3e1e79 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-download: always download rpm packages on ALT directly

parent 137524b6
......@@ -36,9 +36,10 @@ __use_url_install()
#esac
case $PMTYPE in
#apt-rpm)
# pkg_names="$pkg_names $pkg_urls"
# ;;
apt-rpm)
# we need check rpm package (skip scripts).FIXME: can apt skip scripts?
pkg_names="$pkg_names $pkg_urls"
;;
#deepsolver-rpm)
# pkg_names="$pkg_names $pkg_urls"
# ;;
......
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