From 6a5ab5bc7c30d57b45feb25d3b9e7387d101dd60 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Tue, 1 Oct 2024 20:52:50 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E6=9B=B4=E6=94=B9=20grub=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #168 --- reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index 8f2171a..8b80435 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -2196,7 +2196,7 @@ install_grub_win() { # ftpmirror.gnu.org 是 geoip 重定向,不是 cdn # 有可能重定义到一个拉黑了部分 IP 的服务器 is_in_china && grub_url=https://mirror.nju.edu.cn/gnu/grub/grub-$grub_ver-for-windows.zip || - grub_url=https://ftpmirror.gnu.org/gnu/grub/grub-$grub_ver-for-windows.zip + grub_url=https://mirrors.kernel.org/gnu/grub/grub-$grub_ver-for-windows.zip curl -Lo $tmp/grub.zip $grub_url # unzip -qo $tmp/grub.zip 7z x $tmp/grub.zip -o$tmp -r -y -xr!i386-efi -xr!locale -xr!themes -bso0