Commit 196e8785 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-status: allow epm install --simulate with password sudo

parent 1cc0811f
......@@ -96,7 +96,7 @@ epm_status_installable()
if [ -n "$verbose" ] ; then
docmd epm install --simulate "$pkg"
else
epm install --simulate "$pkg" 2>/dev/null >/dev/null
epm install --simulate "$pkg" >/dev/null
fi
}
......
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