└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ### Arch Linux CN Community repo mirrors list 2 | 3 | These are third-party repository mirrors for those who exeperiencing slow speed downloading packages in China. 4 | 5 | If you need us to accelerate a repository for you, please contact us at mirrors@archlinuxcn.org. 6 | 7 | **ATTENTION** 8 | 9 | These mirrors not work yet. 10 | 11 | ``` 12 | #repo-ck.com 13 | [repo-ck] 14 | Server = http://linux-ck.mirrors.archlinuxcn.org/$arch 15 | ``` 16 | 17 | ``` 18 | #repo.archlinux.fr 19 | [archlinuxfr] 20 | Server = http://$repo.mirrors.archlinuxcn.org/$arch 21 | ``` 22 | 23 | ``` 24 | [catalyst] 25 | Server = http://$repo.mirrors.archlinuxcn.org/$arch 26 | ``` 27 | 28 | ``` 29 | [arch-fonts] 30 | Server = http://$repo.mirrors.archlinuxcn.org/ 31 | ``` 32 | 33 | ``` 34 | [pfkernel] 35 | Server = http://$repo.mirrors.archlinuxcn.org/$arch 36 | ``` 37 | 38 | ``` 39 | #http://repo.mate-desktop.org/archlinux/$arch 40 | [mate] 41 | Server = http://$repo.mirrors.archlinuxcn.org/$arch 42 | ``` 43 | 44 | ``` 45 | # ArchHaskell core repo 46 | # http://xsounds.org/~haskell/core/ 47 | [haskell-core] 48 | Server = http://$repo.mirrors.archlinuxcn.org/$arch 49 | ``` 50 | 51 | ``` 52 | # Pipelight Arch repo 53 | # http://repos.fds-team.de/stable/arch/ 54 | [pipelight] 55 | Server = http://$repo.mirrors.archlinuxcn.org/$arch 56 | ``` 57 | --------------------------------------------------------------------------------