恢复使用官方镜像

This commit is contained in:
2025-01-15 16:36:04 +08:00
parent 8264fb173b
commit dccd778d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
@echo off
rem set MSYS2_SFX_URL=https://repo.msys2.org/distrib/msys2-i686-latest.sfx.exe
set MSYS2_SFX_URL=http://mirrors.ustc.edu.cn/msys2/distrib/msys2-i686-latest.sfx.exe
set MSYS2_SFX_URL=http://repo.msys2.org/distrib/msys2-i686-latest.sfx.exe
if exist %HENVBOX_LOCAL_ROOT_PATH%\%HENVBOX_TOOLS_TYPE%\msys2_shell.cmd goto :Install

View File

@@ -1,7 +1,7 @@
@echo off
rem set MSYS2_SFX_URL=https://repo.msys2.org/distrib/msys2-x86_64-latest.exe
set MSYS2_SFX_URL=http://mirrors.ustc.edu.cn/msys2/distrib/msys2-x86_64-latest.sfx.exe
set MSYS2_SFX_URL=http://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe
if exist %HENVBOX_LOCAL_ROOT_PATH%\%HENVBOX_TOOLS_TYPE%\msys2_shell.cmd goto :Install