mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 12:20:45 +08:00
Add Trisquel
sources
This commit is contained in:
parent
8e51f1346e
commit
92c55ed6dc
16
sources.h
16
sources.h
|
@ -3,7 +3,7 @@
|
|||
* License : GPLv3
|
||||
* Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
* Created on : <2023-08-29>
|
||||
* Last modified : <2023-09-27>
|
||||
* Last modified : <2023-09-29>
|
||||
*
|
||||
* sources:
|
||||
*
|
||||
|
@ -556,6 +556,18 @@ os_void_sources[] = {
|
|||
|
||||
|
||||
|
||||
/**
|
||||
* 2023-09-29 更新
|
||||
*/
|
||||
os_trisquel_sources[] = {
|
||||
{&Ali, "https://mirrors.aliyun.com"},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn"},
|
||||
{&Nju, "https://mirror.nju.edu.cn"},
|
||||
{&Ustc, "https://mirrors.ustc.edu.cn"}
|
||||
},
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 2023-09-27 更新
|
||||
*
|
||||
|
@ -752,6 +764,8 @@ def_target_sources_n(os_kali); def_target_sources_n(os_opensuse);
|
|||
def_target_sources_n(os_arch); def_target_sources_n(os_msys2); def_target_sources_n(os_gentoo);
|
||||
def_target_sources_n(os_alpine); def_target_sources_n(os_rocky); def_target_sources_n(os_void);
|
||||
|
||||
def_target_sources_n(os_trisquel);
|
||||
|
||||
def_target_sources_n(os_freebsd); def_target_sources_n(os_netbsd); def_target_sources_n(os_openbsd);
|
||||
def_target_sources_n(os_deepin); def_target_sources_n(os_openeuler); def_target_sources_n(os_openkylin);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user