Replace reference to md5 with reference to sha256

pull/859/head
YuviPanda 2020-03-04 15:02:34 +05:30
rodzic 0d0a2f8eb9
commit cbab4eaf43
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ chmod +x ${INSTALLER_PATH}
# check sha256 checksum
if ! echo "${SHA256SUM} ${INSTALLER_PATH}" | sha256sum --quiet -c -; then
echo "md5sum mismatch for ${INSTALLER_PATH}, exiting!"
echo "sha256 mismatch for ${INSTALLER_PATH}, exiting!"
exit 1
fi