1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Update tools/install_modules.sh, no longer need to uninstall pycryptodome

This commit is contained in:
Jens Steube 2021-05-11 08:11:30 +02:00
parent 057bf48924
commit ee7fd75efb

View File

@ -69,7 +69,7 @@ pip3 install pygost
# pip3 uninstall -y pycryptoplus pycrypto pycryptodome
pip3 install pycryptoplus
pip3 uninstall -y pycryptodome
# pip3 uninstall -y pycryptodome # latest versions do not require this work around anymore
pip3 install pycrypto
ERRORS=$((ERRORS+$?))