Update deepin

This commit is contained in:
Aoran Zeng 2024-08-16 03:05:03 +08:00
parent 12bfd5c137
commit 0cc5beb59d
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
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
* deepinDeepin
* ------------------------------------------------------------*/
/**
@ -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);