Update deepin

This commit is contained in:
Aoran Zeng
2024-08-16 03:05:03 +08:00
parent 12bfd5c137
commit 0cc5beb59d
2 changed files with 4 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ static const char
def_target(os_linuxlite);
def_target(os_deepin); def_target(os_openkylin);
def_target(os_openkylin);
def_target_noget(os_rocky);
def_target_noget(os_openeuler);
def_target_noget(os_anolis);

View File

@@ -6,7 +6,7 @@
* Created On : <2023-09-26>
* Last Modified : <2024-08-16>
*
* Kali Linux 基于 Debian Testing branch
* 名称为小写deepin而非Deepin
* ------------------------------------------------------------*/
/**
@@ -55,3 +55,5 @@ os_deepin_setsrc (char *option)
chsrc_run ("apt update", RunOpt_No_Last_New_Line);
chsrc_say_lastly (&source, ChsrcTypeUntested);
}
def_target(os_deepin);