mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
apt-sync增加跳过SHA-256验证参数
This commit is contained in:
parent
5f2382ca9c
commit
7f11ccaa81
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue