Commit b51f3079 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-clean: add --noconfirm for pacman

parent 9d4ab34d
......@@ -64,7 +64,7 @@ case $PMTYPE in
sudocmd urpmi --clean
;;
pacman)
sudocmd pacman -Sc
sudocmd pacman -Sc --noconfirm
;;
zypper-rpm)
sudocmd zypper clean
......
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