1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-22 22:48:47 +00:00

Update tools/install_modules.sh: force install/update Digest::BLAKE2

This commit is contained in:
Gabriele Gristina 2025-07-12 19:32:09 +02:00
parent 638aaa902a
commit e8686b3e3e
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -24,6 +24,8 @@ fi
# Sum of all exit codes
ERRORS=0
echo "> Installing perl deps ..."
cpanm Authen::Passphrase::LANManager \
Authen::Passphrase::MySQL323 \
Authen::Passphrase::NTHash \
@ -88,11 +90,8 @@ cpanm Authen::Passphrase::LANManager \
ERRORS=$((ERRORS+$?))
perl -MDigest::BLAKE2 -e1 &>/dev/null
if [ $? -ne 0 ]; then
cpanm https://github.com/matrix/p5-Digest-BLAKE2.git
ERRORS=$((ERRORS+$?))
fi
cpanm https://github.com/matrix/p5-Digest-BLAKE2.git
ERRORS=$((ERRORS+$?))
# checks for pyenv