mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-19 19:12:11 +00:00
Update tools/install_modules.sh, no longer need to uninstall pycryptodome
This commit is contained in:
parent
057bf48924
commit
ee7fd75efb
@ -69,7 +69,7 @@ pip3 install pygost
|
|||||||
# pip3 uninstall -y pycryptoplus pycrypto pycryptodome
|
# pip3 uninstall -y pycryptoplus pycrypto pycryptodome
|
||||||
|
|
||||||
pip3 install pycryptoplus
|
pip3 install pycryptoplus
|
||||||
pip3 uninstall -y pycryptodome
|
# pip3 uninstall -y pycryptodome # latest versions do not require this work around anymore
|
||||||
pip3 install pycrypto
|
pip3 install pycrypto
|
||||||
|
|
||||||
ERRORS=$((ERRORS+$?))
|
ERRORS=$((ERRORS+$?))
|
||||||
|
Loading…
Reference in New Issue
Block a user