We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43395aa commit 4515432Copy full SHA for 4515432
src/recipe/os/APT/Ubuntu.c
@@ -21,7 +21,7 @@ static SourceProvider_t UpstreamUbuntu =
21
*/
22
static Source_t os_ubuntu_sources[] =
23
{
24
- {&UpstreamProvider, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
+ {&UpstreamUbuntu, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
25
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"},
26
{&Ali, "https://mirrors.aliyun.com/ubuntu"},
27
{&Volcengine, "https://mirrors.volces.com/ubuntu"},
0 commit comments