From 1b830e9e4d94436f22ed48534d6df76554237aee Mon Sep 17 00:00:00 2001 From: bin456789 Date: Thu, 28 Nov 2024 00:28:57 +0800 Subject: [PATCH] =?UTF-8?q?opensuse:=20=E6=9B=B4=E6=94=B9=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #207 --- reinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reinstall.sh b/reinstall.sh index 006da74..d33829e 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -1258,7 +1258,7 @@ Continue? if is_in_china; then mirror=https://mirror.sjtu.edu.cn/opensuse else - mirror=https://mirror.fcix.net/opensuse + mirror=https://ftp.gwdg.de/pub/opensuse fi if [ "$releasever" = tumbleweed ]; then @@ -2455,7 +2455,7 @@ install_grub_linux_efi() { if is_in_china; then mirror=https://mirror.sjtu.edu.cn/opensuse else - mirror=https://mirror.fcix.net/opensuse + mirror=https://ftp.gwdg.de/pub/opensuse fi [ "$basearch" = x86_64 ] && ports='' || ports=/ports/$basearch