core: 下载 grub 使用 fcix 镜像

This commit is contained in:
bin456789 2023-11-09 22:50:26 +08:00
parent 54acd253d9
commit 5edfb5e201
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -953,7 +953,7 @@ install_grub_win() {
info download grub
grub_ver=2.06
is_in_china && grub_url=https://mirrors.tuna.tsinghua.edu.cn/gnu/grub/grub-$grub_ver-for-windows.zip ||
grub_url=https://ftp.gnu.org/gnu/grub/grub-$grub_ver-for-windows.zip
grub_url=https://mirror.fcix.net/gnu/grub/grub-$grub_ver-for-windows.zip
echo $grub_url
curl -Lo /tmp/grub.zip $grub_url
# unzip -qo /tmp/grub.zip