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
|
# Sum of all exit codes
|
||||||
ERRORS=0
|
ERRORS=0
|
||||||
|
|
||||||
|
echo "> Installing perl deps ..."
|
||||||
|
|
||||||
cpanm Authen::Passphrase::LANManager \
|
cpanm Authen::Passphrase::LANManager \
|
||||||
Authen::Passphrase::MySQL323 \
|
Authen::Passphrase::MySQL323 \
|
||||||
Authen::Passphrase::NTHash \
|
Authen::Passphrase::NTHash \
|
||||||
@ -88,11 +90,8 @@ cpanm Authen::Passphrase::LANManager \
|
|||||||
|
|
||||||
ERRORS=$((ERRORS+$?))
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
perl -MDigest::BLAKE2 -e1 &>/dev/null
|
cpanm https://github.com/matrix/p5-Digest-BLAKE2.git
|
||||||
if [ $? -ne 0 ]; then
|
ERRORS=$((ERRORS+$?))
|
||||||
cpanm https://github.com/matrix/p5-Digest-BLAKE2.git
|
|
||||||
ERRORS=$((ERRORS+$?))
|
|
||||||
fi
|
|
||||||
|
|
||||||
# checks for pyenv
|
# checks for pyenv
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user