Commit 4b150335 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix install with dpkg

parent 052e7f44
......@@ -158,7 +158,9 @@ epm_install_files()
[ -n "$nodeps" ] && return
# fall to apt-get -f install for fix deps
APTOPTIONS="-f"
# can't use APTOPTIONS with empty install args
epm_install_names -f
return
;;
yum-rpm|dnf-rpm)
sudocmd rpm -Uvh $force $nodeps $@ && return
......
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