Commit 78e00a75 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-upgrade: add --noconfirm for pacman

parent c6ac1c06
...@@ -155,7 +155,7 @@ epm_upgrade() ...@@ -155,7 +155,7 @@ epm_upgrade()
CMD="zypper $(subst_option non_interactive --non-interactive) dist-upgrade" CMD="zypper $(subst_option non_interactive --non-interactive) dist-upgrade"
;; ;;
pacman) pacman)
CMD="pacman -S -u $force" CMD="pacman -S -u $force $(subst_option non_interactive --noconfirm)"
;; ;;
aura) aura)
CMD="aura -A -u" CMD="aura -A -u"
......
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