Difference between revisions of "Pacman-mirrors"

imported>Fhdk
imported>Fhdk
Line 1,985: Line 1,985:
'''First option''' to reset is to default mirror pool
'''First option''' to reset is to default mirror pool


  $ sudo pacman-mirrors -call && sudo pacman -Syy
  $ sudo pacman-mirrors --country all && sudo pacman -Syy


'''Second option''' to is to use ''--default'' with ''--interactive''
'''Second option''' to is to use ''--default'' with ''--interactive''


  $ sudo pacman-mirrors -id && sudo pacman -Syy
  $ sudo pacman-mirrors --interactive --default && sudo pacman -Syy
* You will be presented with a list with all and every mirror and you can pick your selection.
* You will be presented with a list with all and every mirror and you can pick your selection.


'''Third option''' is to supply a list of countries
'''Third option''' is to supply a list of countries
   $ sudo pacman-mirrors -cGermany,France,Austria
   $ sudo pacman-mirrors --country Germany,France,Austria
* If you supply the same preferred countries on every reset you will get your mirror pool updated with added or removed mirrors.
* If you supply the same preferred countries on every reset you will get your mirror pool updated with added or removed mirrors.


Anonymous user