From 11aa184e801044c1792fc64049af27d5446b247c Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Fri, 16 Nov 2018 22:27:16 -0200 Subject: [PATCH] Including reflector as well as pacman-mirros There is no pacman-mirrors to arch linux, so I am including the reflector command to be used on my arch linux. --- Pacman/updateRepositories.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Pacman/updateRepositories.sh b/Pacman/updateRepositories.sh index 499fcd9..128cf15 100755 --- a/Pacman/updateRepositories.sh +++ b/Pacman/updateRepositories.sh @@ -18,6 +18,7 @@ s "echo '**********'" bold "Pacman-mirrors -c" s "pacman-mirrors -c Brazil" +s "reflector -l 30 -f 10 --save /etc/pacman.d/mirrorlist" #bold "Updating with PACMAN..." s "echo"