Difference between revisions of "Pacman-mirrors"

→‎Resetting custom pool: added u switch to pacman command
imported>Fhdk
imported>Fhdk
(→‎Resetting custom pool: added u switch to pacman command)
Line 1,961: Line 1,961:
'''First option''' to reset is to default mirror pool
'''First option''' to reset is to default mirror pool


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


'''Second option''' to is to use ''--default'' with ''--interactive''
'''Second option''' to is to use ''--default'' with ''--interactive''
Line 1,969: Line 1,969:


'''Third option''' is to supply a list of countries
'''Third option''' is to supply a list of countries
   $ sudo pacman-mirrors --country Germany,France,Austria
   $ sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syyu
* 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