1
mirror of https://github.com/hashcat/hashcat synced 2024-11-28 05:21:38 +01:00

Merge pull request #2218 from philsmd/fix_test_perl_module_uninstall

minor: pip2 confirm uninstall fixed
This commit is contained in:
Jens Steube 2019-11-11 10:16:14 +01:00 committed by GitHub
commit a011006104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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