diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-30 01:49:05 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-30 01:49:05 -0800 |
commit | 3b412e3a0a7072118ea05c952bd366c8bfce21e8 (patch) | |
tree | 24ff81c3be04aa08c36b65a5af60a6140160a893 /home | |
parent | bfbd2e8e7a5199a62c93541c6ca19b3d595a496f (diff) |
upd, better reflector
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 6a784fa1..8bf71dbb 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -99,7 +99,7 @@ qb () { } refl () { - sudo reflector --save /etc/pacman.d/mirrorlist --latest 200 --sort rate + sudo reflector --verbose --save /etc/pacman.d/mirrorlist --score 50 --fastest 45 } usb () { |