diff options
Diffstat (limited to '.local/bin/mirrorupdate')
| -rwxr-xr-x | .local/bin/mirrorupdate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/mirrorupdate b/.local/bin/mirrorupdate new file mode 100755 index 0000000..0f0d199 --- /dev/null +++ b/.local/bin/mirrorupdate @@ -0,0 +1,3 @@ +#!/bin/sh + +sudo reflector --country US --protocol https --latest 20 --sort rate -n 5 --save /etc/pacman.d/mirrorlist |
