From 895f356687fb9395d38fe235deadac06913b3c24 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Thu, 25 Oct 2018 20:25:36 -0300 Subject: [PATCH] Replacing the s"command" Avoinding issues using the "s" command only with echo. Pacman-mirrors - As I have used only mirrors from Brazil, it makes more sense to restrict it just here. --- Pacman/updateRepositories.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pacman/updateRepositories.sh b/Pacman/updateRepositories.sh index 1ba1aba..499fcd9 100755 --- a/Pacman/updateRepositories.sh +++ b/Pacman/updateRepositories.sh @@ -17,10 +17,11 @@ echo s "echo '**********'" bold "Pacman-mirrors -c" -s "pacman-mirrors -c Brazil Chile United_States" +s "pacman-mirrors -c Brazil" #bold "Updating with PACMAN..." -s "pacman -Syu --color always" +s "echo" +yes | sudo pacman -Syyu --color always bold "Updating with AURMAN..." s "echo"