mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
Including use of aurman as my new aur package manager
This commit is contained in:
parent
4142a7d903
commit
824a179a58
1
Pacman/aur
Executable file
1
Pacman/aur
Executable file
@ -0,0 +1 @@
|
||||
aurman -S --noedit --noconfirm --color always
|
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user