
reflector
List of commands for reflector:
-
reflector:tldr:56139 reflector: Only get German HTTPS mirrors.$ reflector --country ${Germany} --protocol ${https}try on your machineexplain this command
-
reflector:tldr:80061 reflector: Get all mirrors, sort for download speed and save them.$ sudo reflector --sort ${rate} --save ${-etc-pacman-d-mirrorlist}try on your machineexplain this command
-
reflector:tldr:bab5f reflector: Only get the 10 recently sync'd mirrors.$ reflector --latest ${10}try on your machineexplain this command