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

This commit is contained in:
yylbfyl 2024-08-23 10:50:14 +08:00
parent 7f11ccaa81
commit fb4e67d502

View File

@ -142,7 +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():