From c64078b20203f309d8e91d382daa9ed2e36f01f2 Mon Sep 17 00:00:00 2001 From: Rin Date: Tue, 18 May 2021 13:14:51 +0800 Subject: [PATCH] update msys2 help --- help/_posts/1970-01-01-msys2.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/help/_posts/1970-01-01-msys2.md b/help/_posts/1970-01-01-msys2.md index 04fd52a..2bc69f1 100644 --- a/help/_posts/1970-01-01-msys2.md +++ b/help/_posts/1970-01-01-msys2.md @@ -10,7 +10,7 @@ MSYS2 镜像使用帮助 收录架构 -------- -* MINGW: i686, x86_64, ucrt64 +* MINGW: i686, x86_64, ucrt64, clang64 * MSYS: i686, x86_64 安装 @@ -39,6 +39,12 @@ Server = https://{{ site.hostname }}/msys2/mingw/x86_64 Server = https://{{ site.hostname }}/msys2/mingw/ucrt64 ``` +编辑 `/etc/pacman.d/mirrorlist.clang64` ,在文件开头添加: + +```bash +Server = https://{{ site.hostname }}/msys2/mingw/clang64 +``` + 编辑 `/etc/pacman.d/mirrorlist.msys` ,在文件开头添加: ```bash