Created
April 27, 2013 17:10
-
-
Save professorjamesmoriarty/5473813 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## /etc/pacman-mirrors.conf | |
| ## | |
| ## Branch Pacman should use (stable, testing, unstable) | |
| Branch=testing | |
| ## Generation method | |
| ## 1) rank - rank mirrors depending on their access time | |
| ## 2) random - randomly generate the output mirrorlist | |
| Method=rank | |
| ## Specify to use only mirrors from a specific country | |
| ## Disabled by default | |
| # OnlyCountry=Germany | |
| ## Input mirrorlist directory | |
| MirrorlistsDir="/etc/pacman.d/mirrors" | |
| ## Output mirrorlist | |
| OutputMirrorlist="/etc/pacman.d/mirrorlist" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment