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"},