Fix typo on Ubuntu upstream

[GitHub #121]
This commit is contained in:
Aoran Zeng 2024-11-22 12:34:59 +08:00
parent 43395aa6d9
commit 4515432804
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

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