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:
parent
057bf48924
commit
ee7fd75efb
@ -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+$?))
|
||||
|
Loading…
Reference in New Issue
Block a user