1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

minor: pip2 confirm uninstall fixed

This commit is contained in:
philsmd 2019-11-09 10:53:25 +01:00
parent 11c8a4040b
commit fc2d9ad235

View File

@ -59,7 +59,7 @@ ERRORS=$((ERRORS+$?))
pip2 install pygost pycryptoplus pip2 install pygost pycryptoplus
pip2 -y uninstall pycryptodome pip2 uninstall -y pycryptodome
ERRORS=$((ERRORS+$?)) ERRORS=$((ERRORS+$?))