Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
新加了一个跳过文件 SHA-256 验证的参数。因为有些遗留的旧仓库很久不更新了,Release文件里的MD5Sum值和真实文件的SHA-256值不一样,会导致 apt-sync.py 跳过下载这些文件,但真实情况是需要下载这些文件的。用户可以在 command 里增加 --skip-checksum 参数来跳过 MD5Sum 验证,即可正常下载仓库里的文件。