Skip to content

Commit 1b1f13a

Browse files
authored
Add upstream for Ubuntu
[GitHub #111]
1 parent f5208fd commit 1b1f13a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/recipe/os/APT/Ubuntu.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
* -------------------------------------------------------------
44
* File Authors : Aoran Zeng <[email protected]>
55
* | Heng Guo <[email protected]>
6-
* Contributors : Nil Null <[email protected]>
6+
* Contributors : Zhao <[email protected]>
77
* Created On : <2023-08-30>
8-
* Last Modified : <2024-10-31>
8+
* Last Modified : <2024-11-05>
99
* ------------------------------------------------------------*/
1010

1111
/**
1212
* @update 2024-06-12
1313
*/
1414
static SourceInfo
1515
os_ubuntu_sources[] = {
16-
{&Upstream, NULL},
16+
{&Upstream, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
1717
{&Ali, "https://mirrors.aliyun.com/ubuntu"},
1818
{&Volcengine, "https://mirrors.volces.com/ubuntu"},
1919
{&Bfsu, "https://mirrors.bfsu.edu.cn/ubuntu"},

0 commit comments

Comments
 (0)