Tagged Questions
4
votes
1answer
512 views
Pacman option to assume “yes” to every question?
When installing software in debian systems we can put something like this:
sudo apt-get install -y chromium-browser
that way the installation occurs automatically, whitout asking to confirm ...