mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix help of archlinuxcn
This commit is contained in:
parent
b791230864
commit
ad6a3438f4
|
|
@ -187,11 +187,11 @@ $(document).ready(function(){
|
|||
};
|
||||
var help_page = {
|
||||
'AOSP': '/wiki/aosp.md',
|
||||
'archlinuxcn': '/wiki/archlinuxcn.md',
|
||||
<!--'ubuntu': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/ubuntu',-->
|
||||
<!--'raspbian': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/raspbian',-->
|
||||
<!--'nodesource': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/nodesource',-->
|
||||
<!--'pypi': "https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/pypi",-->
|
||||
<!--'archlinuxcn': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/archlinuxcn',-->
|
||||
<!--'linux.git': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/linux.git',-->
|
||||
<!--'homebrew': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/homebrew',-->
|
||||
<!--'repo-ck': 'https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/repo-ck'-->
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
ArchlinuxCN 镜像使用帮助
|
||||
========================
|
||||
|
||||
Arch Linux 中文社区仓库 是由 Arch Linux
|
||||
中文社区驱动的非官方用户仓库。包含中文用户常用软件、工具、字体/美化包等。
|
||||
|
||||
完整的包信息列表(包名称/架构/维护者/状态)请
|
||||
[点击这里](https://github.com/archlinuxcn/repo) 查看。
|
||||
|
||||
* 官方仓库地址:<http://repo.archlinuxcn.org>
|
||||
* 镜像地址: <http://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/>
|
||||
|
||||
使用方法:在 `/etc/pacman.conf` 文件末尾添加以下两行:
|
||||
|
||||
```
|
||||
[archlinuxcn]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = http://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
|
||||
```
|
||||
|
||||
之后安装 `archlinuxcn-keyring` 包导入 GPG key。
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Loading…
Reference in New Issue