diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-17 19:40:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-17 19:40:49 -0700 |
commit | 2f00db538c3655f1976d177324fa99bc980387c7 (patch) | |
tree | a4fbef1741038e1740f88e038a1a6c7adb931099 | |
parent | d344a7ef25588e82acad59d38bf3fbb2cc61e331 (diff) |
no download timeout
-rwxr-xr-x | .local/bin/ref2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ref2 b/.local/bin/ref2 index 28d5eebb..2a849028 100755 --- a/.local/bin/ref2 +++ b/.local/bin/ref2 @@ -1,3 +1,3 @@ #!/bin/sh -sudo reflector --save /etc/pacman.d/mirrorlist --latest 200 --download-timeout 1 --sort rate +sudo reflector --save /etc/pacman.d/mirrorlist --latest 200 --sort rate |