mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-11 07:03:34 +08:00
Update doc
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-10 更新
|
||||
* @update 2023-09-10
|
||||
* @note 不太好换,且用户可能不多,我们暂时只给用户提供文档
|
||||
*/
|
||||
static Source_t pl_clojure_sources[] =
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-04-18 更新
|
||||
* @update 2024-04-18
|
||||
* @note 缺少教育网或开源社区软件源
|
||||
*/
|
||||
static Source_t pl_java_sources[] =
|
||||
|
@@ -12,8 +12,7 @@
|
||||
/**
|
||||
* @update 2024-11-21
|
||||
*/
|
||||
static Source_t
|
||||
os_armbian_sources[] =
|
||||
static Source_t os_armbian_sources[] =
|
||||
{
|
||||
{&UpstreamProvider, "http://apt.armbian.com"},
|
||||
{&MirrorZ, "https://mirrors.cernet.edu.cn/armbian"},
|
||||
|
@@ -10,7 +10,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-29 更新
|
||||
* @update 2023-09-29
|
||||
*/
|
||||
static Source_t os_raspberrypi_sources[] =
|
||||
{
|
||||
|
@@ -11,7 +11,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-29 更新
|
||||
* @update 2023-09-29
|
||||
*/
|
||||
static Source_t os_openkylin_sources[] =
|
||||
{
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-06-12 更新
|
||||
* @update 2024-06-12
|
||||
*/
|
||||
static Source_t os_almalinux_sources[] =
|
||||
{
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2024-04-18 更新
|
||||
* @update 2024-04-18
|
||||
*/
|
||||
static Source_t os_msys2_sources[] =
|
||||
{
|
||||
|
@@ -8,7 +8,7 @@
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @time 2023-09-10 更新
|
||||
* @update 2023-09-10
|
||||
* @note 这些链接将会在setsrc函数中补充完整
|
||||
*/
|
||||
static Source_t wr_anaconda_sources[] =
|
||||
|
@@ -15,8 +15,7 @@
|
||||
* 2. 不确定 Sustech 能否工作
|
||||
* }
|
||||
*/
|
||||
static Source_t
|
||||
wr_homebrew_sources[] =
|
||||
static Source_t wr_homebrew_sources[] =
|
||||
{
|
||||
{&UpstreamProvider, NULL},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/"},
|
||||
|
Reference in New Issue
Block a user