mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
Including back pacman-mirrors
This commit is contained in:
parent
e9d68361ad
commit
8f19bc32d7
@ -6,15 +6,14 @@ function bold() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function s() {
|
function s() {
|
||||||
#echo -e "$sudoPass\n" | sudo --stdin $1 || exit 1
|
|
||||||
sudo $1
|
sudo $1
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s -v
|
||||||
# bold "Pacman-mirrors -c"
|
bold "Pacman-mirrors -c"
|
||||||
# s "pacman-mirrors -c Brazil"
|
s "pacman-mirrors -c Brazil"
|
||||||
# s "reflector -l 30 -f 10 --save /etc/pacman.d/mirrorlist"
|
s "reflector -l 30 -f 10 --save /etc/pacman.d/mirrorlist"
|
||||||
|
|
||||||
s -v
|
s -v
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user