apt-sync增加跳过SHA-256验证参数

This commit is contained in:
yylbfyl 2024-08-23 10:47:59 +08:00
parent 5f2382ca9c
commit 7f11ccaa81

View File

@ -142,8 +142,7 @@ def apt_mirror(
repo: str,
arch: str,
dest_base_dir: Path,
deb_set: Dict[str, int,
],
deb_set: Dict[str, int,],
skip_checksum: bool
) -> int:
if not dest_base_dir.is_dir():