Including back pacman-mirrors

This commit is contained in:
Bruno F. Fontes 2021-03-23 23:14:15 -03:00
parent e9d68361ad
commit 8f19bc32d7
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -6,15 +6,14 @@ function bold() {
}
function s() {
#echo -e "$sudoPass\n" | sudo --stdin $1 || exit 1
sudo $1
echo
}
# bold "Pacman-mirrors -c"
# s "pacman-mirrors -c Brazil"
# s "reflector -l 30 -f 10 --save /etc/pacman.d/mirrorlist"
s -v
bold "Pacman-mirrors -c"
s "pacman-mirrors -c Brazil"
s "reflector -l 30 -f 10 --save /etc/pacman.d/mirrorlist"
s -v
echo