mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 14:43:29 +08:00
Update sources for APT group
This commit is contained in:
@@ -4,23 +4,25 @@
|
||||
* File Authors : Shengwei Chen <414685209@qq.com>
|
||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||
* | Yangmoooo <yangmoooo@outlook.com>
|
||||
* |
|
||||
* Created On : <2024-06-14>
|
||||
* Last Modified : <2024-08-27>
|
||||
* Last Modified : <2024-11-21>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-06-20 更新
|
||||
* @update 2024-11-21
|
||||
*/
|
||||
static SourceInfo
|
||||
os_armbian_sources[] = {
|
||||
{&Upstream, "http://apt.armbian.com"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/armbian"},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/armbian"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/armbian"},
|
||||
{&Sustech, "https://mirrors.sustech.edu.cn/armbian"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/armbian"},
|
||||
{&Nju, "https://mirrors.nju.edu.cn/armbian"},
|
||||
{&Ali, "https://mirrors.aliyun.com/armbian"},
|
||||
{&Upstream, "http://apt.armbian.com"},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/armbian"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/armbian"},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/armbian"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/armbian"},
|
||||
{&Sustech, "https://mirrors.sustech.edu.cn/armbian"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/armbian"},
|
||||
{&Nju, "https://mirrors.nju.edu.cn/armbian"},
|
||||
{&Ali, "https://mirrors.aliyun.com/armbian"},
|
||||
};
|
||||
def_sources_n(os_armbian);
|
||||
|
||||
@@ -39,7 +41,7 @@ os_armbian_getsrc (char *option)
|
||||
}
|
||||
|
||||
/**
|
||||
* 参考: https://mirrors.tuna.tsinghua.edu.cn/help/armbian
|
||||
* @consult https://mirrors.tuna.tsinghua.edu.cn/help/armbian
|
||||
*/
|
||||
void
|
||||
os_armbian_setsrc (char *option)
|
||||
|
@@ -4,16 +4,18 @@
|
||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* | Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||
* |
|
||||
* Created On : <2023-09-02>
|
||||
* Last Modified : <2024-10-31>
|
||||
* Last Modified : <2024-11-21>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @update 2024-06-12
|
||||
* @update 2024-11-21
|
||||
*/
|
||||
static SourceInfo
|
||||
os_debian_sources[] = {
|
||||
{&Upstream, "http://deb.debian.org/debian"},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/debian/"},
|
||||
{&Ali, "https://mirrors.aliyun.com/debian"},
|
||||
{&Volcengine, "https://mirrors.volces.com/debian"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/debian"},
|
||||
|
@@ -4,17 +4,18 @@
|
||||
* File Authors : Heng Guo <2085471348@qq.com>
|
||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||
* Created On : <2023-09-29>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-11-21>
|
||||
*
|
||||
* Kali Linux 基于 Debian Testing branch
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @update 2024-06-12
|
||||
* @update 2024-11-21
|
||||
*/
|
||||
static SourceInfo
|
||||
os_kali_sources[] = {
|
||||
{&Upstream, "http://http.kali.org/kali"},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/kali"},
|
||||
{&Ali, "https://mirrors.aliyun.com/kali"},
|
||||
{&Volcengine, "https://mirrors.volces.com/kali"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/kali"},
|
||||
|
@@ -3,17 +3,20 @@
|
||||
* -------------------------------------------------------------
|
||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Yangmoooo <yangmoooo@outlook.com>
|
||||
* |
|
||||
* Created On : <2023-09-29>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-11-21>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-29 更新
|
||||
* @update 2024-11-21
|
||||
*/
|
||||
static SourceInfo
|
||||
os_linuxlite_sources[] = {
|
||||
{&Upstream, "http://repo.linuxliteos.com/linuxlite/"},
|
||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"}
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/linuxliteos/"},
|
||||
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"},
|
||||
{&Nju, "https://mirror.nju.edu.cn/linuxliteos/"}
|
||||
};
|
||||
def_sources_n(os_linuxlite);
|
||||
|
||||
|
@@ -4,11 +4,11 @@
|
||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-29>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-11-21>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-29 更新
|
||||
* @update 2024-11-21 更新
|
||||
* @note 实际上镜像站里的内容和Ubuntu的不太一样
|
||||
*/
|
||||
static SourceInfo
|
||||
@@ -16,6 +16,16 @@ os_linuxmint_sources[] = {
|
||||
{&Upstream, NULL},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/linuxmint/"},
|
||||
{&Ali, "http://mirrors.aliyun.com/linuxmint-packages/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/linuxmint/"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/linuxmint/"},
|
||||
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/linuxmint/"},
|
||||
{&Jlu, "https://mirrors.jlu.edu.cn/linuxmint/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/linuxmint/"},
|
||||
{&Bjtu, "https://mirror.bjtu.edu.cn/linuxmint/"},
|
||||
{&Zju, "https://mirrors.zju.edu.cn/linuxmint/"},
|
||||
{&Sustech, "https://mirrors.sustech.edu.cn/linuxmint/"},
|
||||
{&Iscas, "https://mirror.iscas.ac.cn/linuxmint/"},
|
||||
{&Scau, "https://mirrors.scau.edu.cn/linuxmint/"},
|
||||
{&Netease, "https://mirrors.163.com/linuxmint/packages/"},
|
||||
};
|
||||
def_sources_n(os_linuxmint);
|
||||
|
@@ -4,21 +4,22 @@
|
||||
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-29>
|
||||
* Last Modified : <2024-08-16>
|
||||
* Last Modified : <2024-11-21>
|
||||
*
|
||||
* Trisquel基于Ubuntu开发,不含任何专有软件及专有固件,内核使用 Linux-libre
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-29 更新
|
||||
* @time 2024-11-21 更新
|
||||
*/
|
||||
static SourceInfo
|
||||
os_trisquel_sources[] = {
|
||||
{&Upstream, NULL},
|
||||
{&Ali, "https://mirrors.aliyun.com/trisquel/"},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/trisquel/"},
|
||||
{&Ali, "https://mirrors.aliyun.com/trisquel/"},
|
||||
{&Nju, "https://mirror.nju.edu.cn/trisquel/"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/trisquel/"}
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn/trisquel/"},
|
||||
{&Iscas, "https://mirror.iscas.ac.cn/trisquel/"}
|
||||
};
|
||||
def_sources_n(os_trisquel);
|
||||
|
||||
|
@@ -6,15 +6,16 @@
|
||||
* Contributors : Zhao <1792582687@qq.com>
|
||||
* |
|
||||
* Created On : <2023-08-30>
|
||||
* Last Modified : <2024-11-08>
|
||||
* Last Modified : <2024-11-21>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @update 2024-11-05
|
||||
* @update 2024-11-21
|
||||
*/
|
||||
static SourceInfo
|
||||
os_ubuntu_sources[] = {
|
||||
{&Upstream, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"},
|
||||
{&Ali, "https://mirrors.aliyun.com/ubuntu"},
|
||||
{&Volcengine, "https://mirrors.volces.com/ubuntu"},
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/ubuntu"},
|
||||
|
Reference in New Issue
Block a user