mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-04 04:30:28 +08:00
Add provider measure info
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
static SourceProvider_t os_almalinux_upstream =
|
||||
{
|
||||
def_upstream, "http://repo.almalinux.org/almalinux",
|
||||
{NotSkip, NA, NA, "https://raw.repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9-latest-x86_64-minimal.iso"}
|
||||
{NotSkip, NA, NA, "https://raw.repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9-latest-x86_64-minimal.iso", ACCURATE}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
static SourceProvider_t os_openEuler_upstream =
|
||||
{
|
||||
def_upstream, "https://repo.openeuler.org/",
|
||||
{NotSkip, NA, NA, "https://repo.openeuler.org/openEuler-24.03-LTS/ISO/x86_64/openEuler-24.03-LTS-netinst-x86_64-dvd.iso"} // 896MB
|
||||
{NotSkip, NA, NA, "https://repo.openeuler.org/openEuler-24.03-LTS/ISO/x86_64/openEuler-24.03-LTS-netinst-x86_64-dvd.iso", ACCURATE} // 896MB
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user