Difference between revisions of "Pacman-mirrors"
→Country
imported>Fhdk (→Branch) |
imported>Fhdk |
||
Line 88: | Line 88: | ||
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. | ||
$ sudo pacman-mirrors --country Germany,France,Austria & sudo pacman -Syy | $ sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syy | ||
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. | ||
$ sudo pacman-mirrors --country Antarctica | $ sudo pacman-mirrors --country Antarctica && sudo pacman -Syy | ||
.: Info Downloading mirrors from repo.manjaro.org | .: Info Downloading mirrors from repo.manjaro.org | ||
.: Warning Option '-c/--country' : unknown country: 'Antarctica' | .: Warning Option '-c/--country' : unknown country: 'Antarctica' | ||
Line 104: | Line 104: | ||
Another option for the mirrors closest to your location is '''--geoip''' | Another option for the mirrors closest to your location is '''--geoip''' | ||
<pre>$ sudo pacman-mirrors --geoip --quiet | <pre>$ sudo pacman-mirrors --geoip --quiet && sudo pacman -Syy | ||
:: Querying servers, this may take some time | :: Querying servers, this may take some time | ||
=> Testing mirrors in France | => Testing mirrors in France |