Tweaks & EOL's added

This commit is contained in:
Ismo Vuorinen
2023-03-27 09:51:41 +03:00
committed by Ismo Vuorinen
parent bb7ba3c919
commit fa3dc531a0
26 changed files with 70 additions and 79 deletions

View File

@@ -50,3 +50,4 @@ elif [ "$(get_sha256sum "$filename")" = "$file_hash" ]; then
else
error "$filename doesn't match provided sha256sum"
fi