Commit f5830844 authored by Vitaly Lipatov's avatar Vitaly Lipatov

simulate: add missed --dry-run for zypper

parent 072158d8
......@@ -83,10 +83,9 @@ EOF
;;
zypper-rpm)
if ! __use_zypper_dry_run >/dev/null ; then
echo "zypper is too old: does not support --dry-run"
return
fatal "zypper is too old: does not support --dry-run"
fi
CMD="zypper --non-interactive install"
CMD="zypper --non-interactive install --dry-run"
;;
emerge)
local res=0
......
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