From d9b732d1032976e1ffba550aa3003eea559505c6 Mon Sep 17 00:00:00 2001 From: Zhao <56026539+XUANJI233@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:11:04 +0800 Subject: [PATCH 1/2] Update Ubuntu.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加Ubuntu官方默认源 --- src/recipe/os/APT/Ubuntu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipe/os/APT/Ubuntu.c b/src/recipe/os/APT/Ubuntu.c index 5b8cacd3..c5963180 100644 --- a/src/recipe/os/APT/Ubuntu.c +++ b/src/recipe/os/APT/Ubuntu.c @@ -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"}, From 55052b084f8d4364e2f4d410439d310c20f973cf Mon Sep 17 00:00:00 2001 From: Zhao <56026539+XUANJI233@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:49:48 +0800 Subject: [PATCH 2/2] Update Ubuntu.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充修改信息和提供者 --- src/recipe/os/APT/Ubuntu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/os/APT/Ubuntu.c b/src/recipe/os/APT/Ubuntu.c index c5963180..68041e42 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> * ------------------------------------------------------------*/ /**