mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-01 18:40:57 +00:00
tests: improve install_modules.sh python dependencies
This commit is contained in:
parent
1dd43686cc
commit
89b9d4aaeb
@ -63,9 +63,13 @@ cpan install Authen::Passphrase::LANManager \
|
||||
|
||||
ERRORS=$((ERRORS+$?))
|
||||
|
||||
pip2 install pygost pycryptoplus
|
||||
pip2 install pygost
|
||||
|
||||
# pip2 uninstall -y pycryptoplus pycrypto pycryptodome
|
||||
|
||||
pip2 install pycryptoplus
|
||||
pip2 uninstall -y pycryptodome
|
||||
pip2 install pycrypto
|
||||
|
||||
ERRORS=$((ERRORS+$?))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user