mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 14:18:41 +08:00
Add Termux
bootstrapper
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
* Contributors : Nul None <nul@none.org>
|
||||
* Created On : <2025-03-04>
|
||||
* Last Modified : <2025-03-04>
|
||||
*
|
||||
* 该 recipe 存在对应的 bootstrapper
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
@@ -13,18 +15,18 @@
|
||||
static Source_t
|
||||
os_termux_sources[] = {
|
||||
{&UpstreamProvider, NULL},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/termux/"},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/termux/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/termux/"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/termux/"},
|
||||
{&Pku, "https://mirrors.pku.edu.cn/termux/"},
|
||||
{&Nyist, "https://mirror.nyist.edu.cn/termux/"},
|
||||
{&Nju, "https://mirror.nju.edu.cn/termux/"},
|
||||
{&Sustech, "https://mirrors.sustech.edu.cn/termux/"},
|
||||
{&Iscas, "https://mirror.iscas.ac.cn/termux/"},
|
||||
{&Zju, "https://mirrors.zju.edu.cn/termux/"},
|
||||
{&Sdu, "https://mirrors.sdu.edu.cn/termux/"},
|
||||
{&Cqupt, "https://mirrors.cqupt.edu.cn/termux/"}
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/termux/", NULL},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/termux/", NULL},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/termux/", NULL},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/termux/", NULL},
|
||||
{&Pku, "https://mirrors.pku.edu.cn/termux/", NULL},
|
||||
{&Nyist, "https://mirror.nyist.edu.cn/termux/", NULL},
|
||||
{&Nju, "https://mirror.nju.edu.cn/termux/", NULL},
|
||||
{&Sustech, "https://mirrors.sustech.edu.cn/termux/", NULL},
|
||||
{&Iscas, "https://mirror.iscas.ac.cn/termux/", NULL},
|
||||
{&Zju, "https://mirrors.zju.edu.cn/termux/", NULL},
|
||||
{&Sdu, "https://mirrors.sdu.edu.cn/termux/", NULL},
|
||||
{&Cqupt, "https://mirrors.cqupt.edu.cn/termux/", NULL}
|
||||
|
||||
};
|
||||
def_sources_n(os_termux);
|
||||
|
Reference in New Issue
Block a user