From 1b1f13aa711a2f082ee722f00ae301b4763f5a7c Mon Sep 17 00:00:00 2001 From: Zhao <56026539+XUANJI233@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:43:10 +0800 Subject: [PATCH] Add upstream for `Ubuntu` [GitHub #111] --- src/recipe/os/APT/Ubuntu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/recipe/os/APT/Ubuntu.c b/src/recipe/os/APT/Ubuntu.c index 5b8cacd..68041e4 100644 --- a/src/recipe/os/APT/Ubuntu.c +++ b/src/recipe/os/APT/Ubuntu.c @@ -3,9 +3,9 @@ * ------------------------------------------------------------- * File Authors : Aoran Zeng * | Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Zhao <1792582687@qq.com> * Created On : <2023-08-30> - * Last Modified : <2024-10-31> + * Last Modified : <2024-11-05> * ------------------------------------------------------------*/ /** @@ -13,7 +13,7 @@ */ static SourceInfo os_ubuntu_sources[] = { - {&Upstream, NULL}, + {&Upstream, "http://archive.ubuntu.com/ubuntu/"}, //不支持https {&Ali, "https://mirrors.aliyun.com/ubuntu"}, {&Volcengine, "https://mirrors.volces.com/ubuntu"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/ubuntu"},