jabranham / system-packages

Moved to gitlab
https://gitlab.com/jabranham/system-packages
GNU General Public License v3.0
39 stars 12 forks source link

Arch Linux pacman should use option --noconfirm #14

Closed stardiviner closed 6 years ago

stardiviner commented 6 years ago

RT original post: https://github.com/jwiegley/use-package/issues/587

jabranham commented 6 years ago

You're right that there should probably be some way of passing arguments to the package manager. I'll work on that.

jabranham commented 6 years ago

Setting system-packages-noconfirm to t should bypass user confirmation.

It currently only works on apt and pacman based systems, I have to look up how to do this with other package managers.

stardiviner commented 6 years ago

Thanks.