Skip to content

Commit

Permalink
sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 23, 2024
1 parent 5bbd8e9 commit 9aaacd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/deps/common
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ checksum() {
local file="$1"
local sum="$2"
echo "$file: verifying checksum..."
echo "$sum $file" | sha256sum -c
echo "$sum $file" | shasum -a256 -c
}

get_file() {
Expand Down

0 comments on commit 9aaacd7

Please sign in to comment.