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
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