Commit ce7d6c9f authored by Vitaly Lipatov's avatar Vitaly Lipatov

install: run pacman for files with --noconfirm

parent 6cc7962e
...@@ -137,7 +137,7 @@ epm_install_files() ...@@ -137,7 +137,7 @@ epm_install_files()
docmd $SUDO pkg_add $@ docmd $SUDO pkg_add $@
return ;; return ;;
pacman) pacman)
docmd $SUDO pacman -U $@ docmd $SUDO pacman -U --noconfirm $@
return ;; return ;;
slackpkg) slackpkg)
docmd $SUDO installpkg $@ docmd $SUDO installpkg $@
......
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