Including use of aurman as my new aur package manager

This commit is contained in:
Bruno Fontes 2018-07-26 11:22:04 -03:00
parent 4142a7d903
commit 824a179a58
2 changed files with 2 additions and 1 deletions

1
Pacman/aur Executable file
View File

@ -0,0 +1 @@
aurman -S --noedit --noconfirm --color always

View File

@ -7,7 +7,7 @@ echo Updating with Pacman...
echo
echo "$sudoPass" | sudo -S pacman -Syu --color always
echo;
aurman -Su --color always
aurman -Su --noedit --noconfirm --color always
echo;
echo "$sudoPass" | yes | (sudo -S pacman -Rns $(pacman -Qtdq) --color always)
notify-send "Update script has finished!"