Difference between revisions of "Pacman-mirrors"
→Custom mirrorlist
imported>Fhdk (→Branch) |
imported>Fhdk |
||
Line 135: | Line 135: | ||
A more in-depth article is [[Create your own Custom Mirrorlist]] | A more in-depth article is [[Create your own Custom Mirrorlist]] | ||
$ sudo pacman-mirrors --interactive | $ sudo pacman-mirrors --interactive & sudo pacman -Syy | ||
Pacman-mirrors will process the available mirrors and present you with a list in which you will select your desired mirrors. The resulting list will be saved to the system and used each time you run pacman-mirrors. | Pacman-mirrors will process the available mirrors and present you with a list in which you will select your desired mirrors. The resulting list will be saved to the system and used each time you run pacman-mirrors. | ||
Line 141: | Line 141: | ||
When you want to reset the list to default run | When you want to reset the list to default run | ||
$ sudo pacman-mirrors --country all | $ sudo pacman-mirrors --country all & sudo pacman -Syy | ||
Another way of resetting the custom mirror file is to use --default with --interactive | Another way of resetting the custom mirror file is to use --default with --interactive | ||
$ sudo pacman-mirrors --interactive --default | $ 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. |