mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
Merge pull request #2218 from philsmd/fix_test_perl_module_uninstall
minor: pip2 confirm uninstall fixed
This commit is contained in:
commit
a011006104
@ -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+$?))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user