From 7734c58809fd1c18066cd3715a1e301a10c6b4f7 Mon Sep 17 00:00:00 2001 From: huggy <6511667+makeding@users.noreply.github.com> Date: Thu, 3 Sep 2020 20:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Arch=20Linux=20ARM=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=9A=84=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- help/_posts/1970-01-01-archlinuxarm.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 help/_posts/1970-01-01-archlinuxarm.md 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 +```