Rename struct

This commit is contained in:
Aoran Zeng
2024-11-22 07:02:21 +08:00
parent b8f847a9ce
commit 743380290e
68 changed files with 109 additions and 109 deletions

View File

@@ -12,7 +12,7 @@
/**
* @update 2024-11-21
*/
static SourceInfo
static Source_t
os_armbian_sources[] = {
{&UpstreamProvider, "http://apt.armbian.com"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/armbian"},

View File

@@ -12,7 +12,7 @@
/**
* @update 2024-11-21
*/
static SourceInfo
static Source_t
os_debian_sources[] = {
{&UpstreamProvider, "http://deb.debian.org/debian"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/debian/"},

View File

@@ -12,7 +12,7 @@
/**
* @update 2024-11-21
*/
static SourceInfo
static Source_t
os_kali_sources[] = {
{&UpstreamProvider, "http://http.kali.org/kali"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/kali"},

View File

@@ -11,7 +11,7 @@
/**
* @update 2024-11-21
*/
static SourceInfo
static Source_t
os_linuxlite_sources[] = {
{&UpstreamProvider, "http://repo.linuxliteos.com/linuxlite/"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/linuxliteos/"},

View File

@@ -11,7 +11,7 @@
* @update 2024-11-21 更新
* @note 实际上镜像站里的内容和Ubuntu的不太一样
*/
static SourceInfo
static Source_t
os_linuxmint_sources[] = {
{&UpstreamProvider, NULL},
{&MirrorZ, "https://mirrors.cernet.edu.cn/linuxmint/"},

View File

@@ -10,7 +10,7 @@
/**
* @update 2024-04-18
*/
static SourceInfo
static Source_t
os_ros_sources[] = {
{&UpstreamProvider, NULL},
{&Ali, "https://mirrors.aliyun.com"},

View File

@@ -12,7 +12,7 @@
/**
* @time 2023-09-29 更新
*/
static SourceInfo
static Source_t
os_raspberrypi_sources[] = {
{&UpstreamProvider, "https://archive.raspberrypi.com/"}, // https://archive.raspberrypi.org/ until Debian "bullseye" release
{&MirrorZ, "https://mirrors.cernet.edu.cn/raspberrypi/"},

View File

@@ -12,7 +12,7 @@
/**
* @time 2024-11-21 更新
*/
static SourceInfo
static Source_t
os_trisquel_sources[] = {
{&UpstreamProvider, NULL},
{&MirrorZ, "https://mirrors.cernet.edu.cn/trisquel/"},

View File

@@ -12,7 +12,7 @@
/**
* @update 2024-11-21
*/
static SourceInfo
static Source_t
os_ubuntu_sources[] = {
{&UpstreamProvider, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"},

View File

@@ -12,7 +12,7 @@
/**
* @update 2024-09-14
*/
static SourceInfo
static Source_t
os_deepin_sources[] = {
{&UpstreamProvider, "https://community-packages.deepin.com/deepin"},
{&Ali, "https://mirrors.aliyun.com/deepin"},

View File

@@ -13,7 +13,7 @@
/**
* @time 2023-09-29 更新
*/
static SourceInfo
static Source_t
os_openkylin_sources[] = {
{&UpstreamProvider, "https://archive.openkylin.top/openkylin/"},
{&Ali, "https://mirrors.aliyun.com/openkylin/"},