mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
350 B
350 B
reflector
Arch script to fetch and sort mirrorlists.
- Get all mirrors, sort for download speed and save them:
sudo reflector --sort {{rate}} --save {{/etc/pacman.d/mirrorlist}}
- Only get German HTTPS mirrors:
reflector --country {{Germany}} --protocol {{https}}
- Only get the 10 recently sync'd mirrors:
reflector --latest {{10}}