Last active
January 6, 2017 18:45
-
-
Save ninetails/edf46215809c463a02f0e469aee1b40e to your computer and use it in GitHub Desktop.
pacman mirrors
sudo reflector --age 8 --fastest 128 --latest 64 --number 32 --sort rate --save /etc/pacman.d/mirrorlist
- selects the mirrors updated in last 8 hours
- selects 128 fastest from them
- selects 64 updated most recently
- limits their number to 32
- orders them by download rate (speed)
- writes the ready to use /etc/pacman.d/mirrorlist file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment