mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-28 19:59:36 +08:00
15 lines
589 B
C
15 lines
589 B
C
/** ------------------------------------------------------------
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
* -------------------------------------------------------------
|
|
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
|
* Contributors : Nil Null <nil@null.org>
|
|
* |
|
|
* Created On : <2024-08-16>
|
|
* Last Modified : <2024-12-18>
|
|
* ------------------------------------------------------------*/
|
|
|
|
// #define OS_Yum_SourceList "/etc/yum.repos"
|
|
#define OS_Yum_SourceList_D "/etc/yum.repos.d/"
|
|
|
|
#define OS_openEuler_SourceList OS_Yum_SourceList_D "openEuler.repo"
|