From 5a225c4e12e660ad1d4babd800b53eb7052f6c38 Mon Sep 17 00:00:00 2001 From: happy-game Date: Mon, 4 Nov 2024 09:09:42 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0fedora=E7=9A=84Upstre?= =?UTF-8?q?am?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/os/YUM/Fedora-Linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/os/YUM/Fedora-Linux.c b/src/recipe/os/YUM/Fedora-Linux.c index f03597df..19262298 100644 --- a/src/recipe/os/YUM/Fedora-Linux.c +++ b/src/recipe/os/YUM/Fedora-Linux.c @@ -11,11 +11,11 @@ * ------------------------------------------------------------*/ /** - * @update 2024-10-09 + * @update 2024-11-04 */ static SourceInfo os_fedora_sources[] = { - {&Upstream, NULL}, + {&Upstream, "http://download.example/pub/fedora/linux"}, {&Ali, "https://mirrors.aliyun.com/fedora"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/fedora"}, {&Ustc, "https://mirrors.ustc.edu.cn/fedora"},