Difference between revisions of "Pacman-mirrors"
→Customizing pool
imported>Fhdk |
imported>Fhdk |
||
Line 1,968: | Line 1,968: | ||
'''First option''' is using ''--interactive''. It uses your current mirror pool(wether default or custom) | '''First option''' is using ''--interactive''. It uses your current mirror pool(wether default or custom) | ||
$ sudo pacman-mirrors - | $ sudo pacman-mirrors --interactive && sudo pacman -Syy | ||
'''Second option''' is using ''--interactive --default''. This force the use of the official mirror pool | '''Second option''' is using ''--interactive --default''. This force the use of the official mirror pool | ||
$ sudo pacman-mirrors - | $ sudo pacman-mirrors --interactive --default && sudo pacman -Syy | ||
'''Third option''' is supplying a list of countries with ''--country'' | '''Third option''' is supplying a list of countries with ''--country'' | ||
$ sudo pacman-mirrors - | $ sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syy | ||
Using ''Option 1 and 2'', pacman-mirrors will process the available mirrors and present you with a list in which you will select your desired mirrors. ''Option 3'' creates a pool from the supplied countries. In either case the pool is saved and used to generate a mirrorlist. | Using ''Option 1 and 2'', pacman-mirrors will process the available mirrors and present you with a list in which you will select your desired mirrors. ''Option 3'' creates a pool from the supplied countries. In either case the pool is saved and used to generate a mirrorlist. |