From dd5170b3b1fca0d4d965540e494f8c249a6969cc Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Mon, 15 Jul 2019 12:04:57 -0300 Subject: [PATCH] Avoind running pacman -Syyu as I am already updating with aurman --- Pacman/updateRepositories.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pacman/updateRepositories.sh b/Pacman/updateRepositories.sh index 128cf15..17f8977 100755 --- a/Pacman/updateRepositories.sh +++ b/Pacman/updateRepositories.sh @@ -21,8 +21,8 @@ s "pacman-mirrors -c Brazil" s "reflector -l 30 -f 10 --save /etc/pacman.d/mirrorlist" #bold "Updating with PACMAN..." -s "echo" -yes | sudo pacman -Syyu --color always +#s "echo" +#yes | sudo pacman -Syyu --color always bold "Updating with AURMAN..." s "echo"