mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-10 12:35:17 +08:00
Update AlmaLinux
upstream
This commit is contained in:
parent
b6fbf513a3
commit
c0663d5ca0
@ -3,16 +3,23 @@
|
|||||||
* -------------------------------------------------------------
|
* -------------------------------------------------------------
|
||||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||||
|
* |
|
||||||
* Created On : <2024-06-12>
|
* Created On : <2024-06-12>
|
||||||
* Last Modified : <2024-08-16>
|
* Last Modified : <2024-12-18>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
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"}
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-06-12
|
* @update 2024-12-18
|
||||||
*/
|
*/
|
||||||
static Source_t os_almalinux_sources[] =
|
static Source_t os_almalinux_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, "http://repo.almalinux.org/almalinux"},
|
{&os_almalinux_upstream , "http://repo.almalinux.org/almalinux"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/almalinux"},
|
{&Ali, "https://mirrors.aliyun.com/almalinux"},
|
||||||
{&Volcengine, "https://mirrors.volces.com/almalinux"},
|
{&Volcengine, "https://mirrors.volces.com/almalinux"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/almalinux"},
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/almalinux"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user