mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix help of repo-ck
This commit is contained in:
parent
c58dbb7ad6
commit
0b7286ca31
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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` 即可。
|
||||
Loading…
Reference in New Issue