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()
docmd $SUDO pkg_add $@
return ;;
pacman)
docmd $SUDO pacman -U $@
docmd $SUDO pacman -U --noconfirm $@
return ;;
slackpkg)
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