8,643
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 195: | Line 195: | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
<pre> | <pre> | ||
$ cat /etc/pacman-mirrors.conf | |||
## | |||
## /etc/pacman-mirrors.conf | |||
## | |||
## Branch Pacman should use (stable, testing, unstable) | |||
Branch = unstable | |||
## Generation method | |||
## 1) rank - rank mirrors depending on their access time | |||
## 2) random - randomly generate the output mirrorlist | |||
# Method = rank | |||
## Filename to use when ranking mirrors | |||
## The file must be present in core repo | |||
# TestFile = core.db.tar.gz | |||
## Define protocols and priority | |||
## separated by comma 'https,http' or 'http,https' | |||
## ATM available protocols are: http, https, ftp | |||
## Not specifying a protocol will ban the protocol from being used | |||
## If a mirror has more than one protocol defined only the first is written to the mirrorlist | |||
## Empty means all in reversed alphabetic order | |||
# Protocols = | |||
## When set to False - all certificates are accepted. | |||
## Use only if you fully trust all ssl-enabled mirrors. | |||
# SSLVerify = True | |||
## Static configuration | |||
## Add a comma separated list of urls to use | |||
## e.g. Static = https://mirror1.tld/manjaro/,https://mirror2.tld/manjaro/ | |||
# Static = | |||
</pre> | </pre> | ||
</div> | </div> |