Difference between revisions of "Pacman-mirrors"
Views
Actions
Namespaces
Variants
Tools
→Resetting custom pool
imported>Fhdk (→Branch) |
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 - | $ 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 - | $ 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 - | $ 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. | ||