mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 11:14:03 +08:00
Update Ubuntu
upstream
This commit is contained in:
parent
4c77e479ba
commit
b6fbf513a3
@ -6,12 +6,12 @@
|
|||||||
* Contributors : Zhao <1792582687@qq.com>
|
* Contributors : Zhao <1792582687@qq.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2023-08-30>
|
* Created On : <2023-08-30>
|
||||||
* Last Modified : <2024-11-22>
|
* Last Modified : <2024-12-18>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
static SourceProvider_t UpstreamUbuntu =
|
static SourceProvider_t os_ubuntu_upstream =
|
||||||
{
|
{
|
||||||
"upstream", "archive.ubuntu.com", "上游默认源 archive.ubuntu.com", "http://archive.ubuntu.com/",
|
def_upstream, "http://archive.ubuntu.com/",
|
||||||
// https://github.com/RubyMetric/chsrc/issues/121
|
// https://github.com/RubyMetric/chsrc/issues/121
|
||||||
{NotSkip, NA, NA, "http://archive.ubuntu.com/ubuntu/dists/noble/Contents-amd64.gz"}
|
{NotSkip, NA, NA, "http://archive.ubuntu.com/ubuntu/dists/noble/Contents-amd64.gz"}
|
||||||
};
|
};
|
||||||
@ -21,7 +21,7 @@ static SourceProvider_t UpstreamUbuntu =
|
|||||||
*/
|
*/
|
||||||
static Source_t os_ubuntu_sources[] =
|
static Source_t os_ubuntu_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamUbuntu, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
|
{&os_ubuntu_upstream, "http://archive.ubuntu.com/ubuntu/"}, // 不支持https
|
||||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"},
|
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/ubuntu"},
|
{&Ali, "https://mirrors.aliyun.com/ubuntu"},
|
||||||
{&Volcengine, "https://mirrors.volces.com/ubuntu"},
|
{&Volcengine, "https://mirrors.volces.com/ubuntu"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user