NNBnh / superb-bootstrap

🅱️ OS dotfiles-manager framework that SuperB
GNU General Public License v3.0
112 stars 7 forks source link

Update Pacman setup command with 'yes' pipe. #15

Closed weiss-d closed 3 years ago

weiss-d commented 3 years ago

Changed Pacman update function because --noconfirm option doesn't assume 'always yes', but a rather a 'default option', which may be 'no'. It happens, for example, when you need to manually confirm deletion of old dependency, which is in conflict with a new package, otherwise the update process will be terminated. More info: https://unix.stackexchange.com/a/293537 Error example: #16