mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-09 06:46:31 +08:00
Update Linux Lite
upstream
This commit is contained in:
parent
ee9e2b46c0
commit
4c77e479ba
|
@ -5,15 +5,21 @@
|
||||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2023-09-29>
|
* Created On : <2023-09-29>
|
||||||
* Last Modified : <2024-11-21>
|
* Last Modified : <2024-12-18>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
static SourceProvider_t os_linuxlite_upstream =
|
||||||
|
{
|
||||||
|
def_upstream, "http://repo.linuxliteos.com/linuxlite/",
|
||||||
|
{NotSkip, NA, NA, "http://repo.linuxliteos.com/linuxlite/isos/7.2/linux-lite-7.2-64bit.iso"} // 2.9GB
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-11-21
|
* @update 2024-11-21
|
||||||
*/
|
*/
|
||||||
static Source_t os_linuxlite_sources[] =
|
static Source_t os_linuxlite_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, "http://repo.linuxliteos.com/linuxlite/"},
|
{&os_linuxlite_upstream, "http://repo.linuxliteos.com/linuxlite/"},
|
||||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/linuxliteos/"},
|
{&MirrorZ, "https://mirrors.cernet.edu.cn/linuxliteos/"},
|
||||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"},
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"},
|
||||||
{&Nju, "https://mirror.nju.edu.cn/linuxliteos/"}
|
{&Nju, "https://mirror.nju.edu.cn/linuxliteos/"}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user