diff options
| author | Seth Flynn <[email protected]> | 2021-11-24 02:02:25 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:40:17 -0400 |
| commit | 944b6db89ae715d93d0804a6a2358dcab88f1c07 (patch) | |
| tree | 5244d9f5ddf4f8a661e17c184fbadf2e553dbd43 /.local/bin/mirrorupdate | |
initial bare repo commit
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 |
