diff --git a/help/_posts/1970-01-01-archlinuxarm.md b/help/_posts/1970-01-01-archlinuxarm.md new file mode 100644 index 0000000..f846d9e --- /dev/null +++ b/help/_posts/1970-01-01-archlinuxarm.md @@ -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 +```