From 824a179a58dfdd5a59bd3e5cc4c2ae898dd20730 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Thu, 26 Jul 2018 11:22:04 -0300 Subject: [PATCH] Including use of aurman as my new aur package manager --- Pacman/aur | 1 + Pacman/updateRepositories.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 Pacman/aur diff --git a/Pacman/aur b/Pacman/aur new file mode 100755 index 0000000..1c74299 --- /dev/null +++ b/Pacman/aur @@ -0,0 +1 @@ +aurman -S --noedit --noconfirm --color always diff --git a/Pacman/updateRepositories.sh b/Pacman/updateRepositories.sh index 8266beb..a471da3 100755 --- a/Pacman/updateRepositories.sh +++ b/Pacman/updateRepositories.sh @@ -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!"