Merge pull request #217 from makeding/help_archlinuxarm

增加 Arch Linux ARM 仓库的帮助
This commit is contained in:
Chen 2020-09-03 20:35:23 +08:00 committed by GitHub
commit df894d4440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
---
category: help
layout: help
mirrorid: archlinuxarm
---
## Arch Linux ARM 软件仓库镜像使用帮助
编辑 /etc/pacman.d/mirrorlist 在文件的最顶端添加:
```
Server = https://{{ site.hostname }}/archlinuxarm/$arch/$repo
```
更新软件包缓存:
```
sudo pacman -Syy
```