Support Termux

[GitHub #173]
This commit is contained in:
Aoran Zeng
2025-03-04 05:16:41 +08:00
parent 915adab934
commit e2fd640045
5 changed files with 112 additions and 2 deletions

View File

@@ -30,8 +30,9 @@ os_trisquel_getsrc (char *option)
chsrc_view_file (OS_Apt_SourceList);
}
/**
* 参考: https://help.mirrors.cernet.edu.cn/trisquel/
* @consult: https://help.mirrors.cernet.edu.cn/trisquel/
*/
void
os_trisquel_setsrc (char *option)
@@ -51,4 +52,5 @@ os_trisquel_setsrc (char *option)
chsrc_conclude (&source);
}
def_target(os_trisquel);