mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
update tools/install_modules.sh (test deps)
This commit is contained in:
parent
e0fae5c7ab
commit
8d8b6d689f
@ -70,14 +70,23 @@ ERRORS=$((ERRORS+$?))
|
|||||||
|
|
||||||
pip3 install pygost
|
pip3 install pygost
|
||||||
|
|
||||||
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
# pip3 uninstall -y pycryptoplus pycrypto pycryptodome
|
# pip3 uninstall -y pycryptoplus pycrypto pycryptodome
|
||||||
|
|
||||||
pip3 install pycryptoplus
|
pip3 install pycryptoplus
|
||||||
|
|
||||||
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
# pip3 uninstall -y pycryptodome # latest versions do not require this work around anymore
|
# pip3 uninstall -y pycryptodome # latest versions do not require this work around anymore
|
||||||
pip3 install pycrypto
|
pip3 install pycrypto
|
||||||
|
|
||||||
ERRORS=$((ERRORS+$?))
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
|
pip3 install cryptography
|
||||||
|
|
||||||
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
php --version > /dev/null 2> /dev/null
|
php --version > /dev/null 2> /dev/null
|
||||||
|
|
||||||
if [ "$?" -ne 0 ]
|
if [ "$?" -ne 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user