mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
apt-sync.py增加跳过SHA-256 验证参数
This commit is contained in:
parent
7f11ccaa81
commit
fb4e67d502
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user