diff --git a/README.md b/README.md index bcedddc..2961e55 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ # Revision 0.5j - rockyou.txt.gz - added fix_rockyou function - - added gunzip /usr/share/wordlists/rockyou.txt.gz + - added gzip -dq /usr/share/wordlists/rockyou.txt.gz - fix_missing and fix_all both call this function - + # Revision 0.5i - virtualbox specific fixes - virtualbox-guest-addditions-iso added to check_vm as a part of fix_upgrade - VBoxLinuxAdditions.run execution added to check_vm as a part of fix_upgrade diff --git a/pimpmykali.sh b/pimpmykali.sh index 39e46a5..40e6ffb 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -149,7 +149,7 @@ python-pip-curl () { fix_rockyou () { cd /usr/share/wordlists - gunzip /usr/share/wordlists/rockyou.txt.gz + gzip -dq /usr/share/wordlists/rockyou.txt.gz echo -e "\n $greenplus gunzip /usr/share/wordlists/rockyou.txt.gz" }