Difference between revisions of "Pacman-mirrors"

imported>Fhdk
imported>Fhdk
Line 65: Line 65:
=== Country ===
=== Country ===
Instead of pacman-mirrors probing all mirrors in all countries it is possible to supply a list of countries from which to use the mirrors.
Instead of pacman-mirrors probing all mirrors in all countries it is possible to supply a list of countries from which to use the mirrors.
<pre>sudo pacman-mirrors --generate --country Germany,France,Austria</pre>
 
$ sudo pacman-mirrors --country Germany,France,Austria</pre>
 
If a supplied country does not offer a mirrorserver the app quits with an error explaining why.
If a supplied country does not offer a mirrorserver the app quits with an error explaining why.
<pre>
<pre>
Line 81: Line 83:
</pre>
</pre>


Another option for the mirrors closest to you location is <code>--geoip</code>
Another option for the mirrors closest to your location is '''--geoip'''
<pre>$ sudo pacman-mirrors --geoip --quiet
<pre>$ sudo pacman-mirrors --geoip --quiet
:: Querying servers, this may take some time
:: Querying servers, this may take some time
Anonymous user