Update sources

This commit is contained in:
Aoran Zeng
2024-09-14 02:54:29 +08:00
parent 97ae3af72c
commit e66cff3686
20 changed files with 123 additions and 76 deletions

View File

@@ -2,16 +2,15 @@
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Heng Guo <2085471348@qq.com>
* Contributors : Nil Null <nil@null.org>
* Contributors : Aoran Zeng <ccmywish@qq.com>
* Created On : <2023-09-26>
* Last Modified : <2024-08-16>
* Last Modified : <2024-09-14>
*
* 名称为 Fedora Linux
* ------------------------------------------------------------*/
/**
* @time 2023-09-02 更新
* @note 源并不完整,且未经测试是否有效
* @update 2024-09-14
*/
static SourceInfo
os_fedora_sources[] = {
@@ -21,6 +20,7 @@ os_fedora_sources[] = {
{&Ustc, "https://mirrors.ustc.edu.cn/fedora"},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/fedora"},
{&Tencent, "https://mirrors.tencent.com/fedora"},
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"},
{&Netease, "https://mirrors.163.com/fedora"},
{&Sohu, "https://mirrors.sohu.com/fedora"}
};