Skip to content

Instantly share code, notes, and snippets.

@gusenov
Last active January 16, 2022 09:43
Show Gist options
  • Save gusenov/08b3df58f440c0a961f255869e8d3fec to your computer and use it in GitHub Desktop.
Save gusenov/08b3df58f440c0a961f255869e8d3fec to your computer and use it in GitHub Desktop.
Генерация и проверка SHA256SUMS.
sha256sum --check --ignore-missing SHA256SUMS
cd download_directory
sha256sum --binary * > SHA256SUMS
# Примеры:
# http://releases.ubuntu.com/focal/SHA256SUMS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment