From f045ca3d41e08c584b917a2b7fe3ceed5dcf6e21 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Thu, 16 Nov 2023 21:44:09 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E6=9B=B4=E6=94=B9=20cygwin=20=E5=9B=BD?= =?UTF-8?q?=E5=A4=96=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reinstall.bat b/reinstall.bat index 8e1e853..a5c3541 100644 --- a/reinstall.bat +++ b/reinstall.bat @@ -24,10 +24,11 @@ if not exist %tmp% ( :: 检查是否国内 if not exist %tmp%\geoip ( - call :download https://www.cloudflare.com/cdn-cgi/trace %tmp%\geoip + call :download http://www.cloudflare.com/cdn-cgi/trace %tmp%\geoip ) findstr /c:"loc=CN" %tmp%\geoip >nul if !errorlevel! == 0 ( + :: mirrors.tuna.tsinghua.edu.cn 会强制跳转 https set mirror=http://mirror.nju.edu.cn echo !confhome! | findstr /c:"://raw.githubusercontent.com/" >nul @@ -35,7 +36,8 @@ if !errorlevel! == 0 ( set confhome=https://ghps.cc/!confhome! ) ) else ( - set mirror=http://mirrors.kernel.org + :: mirrors.kernel.org 在荷兰太慢 + set mirror=http://mirror.facebook.net )