mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
apt-sync增加跳过SHA-256验证参数
This commit is contained in:
parent
5f2382ca9c
commit
7f11ccaa81
@ -142,8 +142,7 @@ def apt_mirror(
|
|||||||
repo: str,
|
repo: str,
|
||||||
arch: str,
|
arch: str,
|
||||||
dest_base_dir: Path,
|
dest_base_dir: Path,
|
||||||
deb_set: Dict[str, int,
|
deb_set: Dict[str, int,],
|
||||||
],
|
|
||||||
skip_checksum: bool
|
skip_checksum: bool
|
||||||
) -> int:
|
) -> int:
|
||||||
if not dest_base_dir.is_dir():
|
if not dest_base_dir.is_dir():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user