Merge pull request #263 from chawyehsu/patch-1

update msys2 help
This commit is contained in:
Chen 2021-05-07 16:49:34 +08:00 committed by GitHub
commit 1bae5c9d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ MSYS2 镜像使用帮助
收录架构
--------
* MINGW: i686, x86_64
* MINGW: i686, x86_64, ucrt64
* MSYS: i686, x86_64
安装
@ -33,6 +33,12 @@ Server = https://{{ site.hostname }}/msys2/mingw/i686
Server = https://{{ site.hostname }}/msys2/mingw/x86_64
```
编辑 `/etc/pacman.d/mirrorlist.ucrt64` ,在文件开头添加:
```bash
Server = https://{{ site.hostname }}/msys2/mingw/ucrt64
```
编辑 `/etc/pacman.d/mirrorlist.msys` ,在文件开头添加:
```bash