fix help of repo-ck

This commit is contained in:
惠轶群 2015-01-30 16:22:48 +08:00
parent c58dbb7ad6
commit 0b7286ca31
2 changed files with 26 additions and 1 deletions

View File

@ -193,8 +193,8 @@ $(document).ready(function(){
'nodesource': '/wiki/nodesource.md',
'pypi': "wiki/pypi.md",
'raspbian': 'wiki/raspbian.md',
'repo-ck': 'wiki/repo-ck.md',
<!--'ubuntu': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/ubuntu',-->
<!--'repo-ck': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/repo-ck'-->
}
$('#HelpModal').on('show.bs.modal', function (event) {

25
wiki/repo-ck.md Normal file
View File

@ -0,0 +1,25 @@
Archlinux repo-ck 镜像使用帮助
==============================
[repo-ck](http://repo-ck.com/) 是
[Arch](https://archlinux.org/) 的非官方仓库,内有包含 ck
补丁、BFS
调度器等通用或为特定CPU架构优化过的内核以及内核相关的软件包是居家旅行优化折腾的必备良药。更多内容参考
[ArchWiki](https://wiki.archlinux.org/index.php/repo-ck)。
食用方法
--------
`/etc/pacman.conf` 里添加
```
[repo-ck]
Server = http://mirrors.tuna.tsinghua.edu.cn/repo-ck/$arch
```
再增加 GPG 信任:
```
pacman-key -r 5EE46C4C && pacman-key --lsign-key 5EE46C4C
```
之后 `pacman -Sy` 即可。