mirror of
https://github.com/RubyMetric/chsrc
synced 2025-09-09 12:04:32 +08:00
添加了 MSYS2 的官方镜像源
This commit is contained in:
parent
f42088fa9e
commit
1cac4e8878
@ -22,7 +22,7 @@ os_msys2_prelude ()
|
|||||||
chef_forbid_user_define(this);
|
chef_forbid_user_define(this);
|
||||||
|
|
||||||
def_sources_begin()
|
def_sources_begin()
|
||||||
{&UpstreamProvider, NULL, DelegateToUpstream},
|
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
|
||||||
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
|
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},
|
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user