give pacman a voice

This commit is contained in:
opfez 2021-06-04 22:03:56 +02:00
parent 21aed6823f
commit e91d808d5b
1 changed files with 2 additions and 2 deletions

4
pkgtxt
View File

@ -57,10 +57,10 @@ update() {
done
# installing all missing packages
pacman -S --noconfirm $(cat $to_install) 1>/dev/null 2>/dev/null
pacman -S --noconfirm $(cat $to_install) 2>/dev/null
# removing all packages to remove
pacman -Rs --noconfirm $(cat $to_remove) 1>/dev/null 2>/dev/null
pacman -Rs --noconfirm $(cat $to_remove) 2>/dev/null
remove_tmps