Forrest logo
back to context overview

reflector

List of commands for reflector:

  • reflector:tldr:56139 reflector: Only get German HTTPS mirrors.
    $ reflector --country ${Germany} --protocol ${https}
    try on your machine
    explain 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 machine
    explain this command
  • reflector:tldr:bab5f reflector: Only get the 10 recently sync'd mirrors.
    $ reflector --latest ${10}
    try on your machine
    explain this command
back to context overview