From 4515432804e82fe05f4e8afdd9112c9e475aba05 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 22 Nov 2024 12:34:59 +0800 Subject: [PATCH] Fix typo on Ubuntu upstream [GitHub #121] --- 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 c784dfb..f08bd45 100644 --- a/src/recipe/os/APT/Ubuntu.c +++ b/src/recipe/os/APT/Ubuntu.c @@ -21,7 +21,7 @@ static SourceProvider_t UpstreamUbuntu = */ static Source_t os_ubuntu_sources[] = { - {&UpstreamProvider, "http://archive.ubuntu.com/ubuntu/"}, //不支持https + {&UpstreamUbuntu, "http://archive.ubuntu.com/ubuntu/"}, //不支持https {&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"}, {&Ali, "https://mirrors.aliyun.com/ubuntu"}, {&Volcengine, "https://mirrors.volces.com/ubuntu"},