Commit 65888da1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: use --skip-installed when install requires for rpm package with --noscripts

parent 3f0fe9ad
......@@ -76,7 +76,7 @@ epm_install_files_alt()
# exclude package names from requires (req - fl)
req="$(estrlist exclude "$fl" "$req")"
# TODO: can we install only requires via apt?
docmd epm install $req || return
docmd epm install --skip-installed $req || return
# retry with rpm
# --replacepkgs: Install the Package Even If Already Installed
......
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