diff --git a/src/recipe/os/APT/ROS.c b/src/recipe/os/APT/ROS.c index 7491f11..047c06c 100644 --- a/src/recipe/os/APT/ROS.c +++ b/src/recipe/os/APT/ROS.c @@ -4,7 +4,7 @@ * File Authors : Heng Guo <2085471348@qq.com> * Contributors : Aoran Zeng * Created On : <2023-09-03> - * Last Modified : <2024-08-16> + * Last Modified : <2024-08-23> * ------------------------------------------------------------*/ /** @@ -32,7 +32,7 @@ def_sources_n(os_ros); void os_ros_setsrc (char *option) { - chsrc_ensure_root (OS_ROS_SourceList); + chsrc_ensure_root (); chsrc_yield_source_and_confirm (os_ros); diff --git a/src/recipe/os/APT/openKylin.c b/src/recipe/os/APT/openKylin.c index c929cb7..f14ed5e 100644 --- a/src/recipe/os/APT/openKylin.c +++ b/src/recipe/os/APT/openKylin.c @@ -8,7 +8,7 @@ * * openKylin直接基于Linux内核开发,属于和Debian、openSUSE、Fedora、Arch * 同一级别的、根社区发布的系统 - * ------------------------------------------------------------- + * ------------------------------------------------------------*/ /** * @time 2023-09-29 更新