mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-23 15:08:37 +00:00
Update tools/install_modules.sh: force install/update Digest::BLAKE2
This commit is contained in:
parent
638aaa902a
commit
e8686b3e3e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user