Update Tue Dec 29 07:42:09 AM CST 2020

This commit is contained in:
Dewalt 2020-12-29 07:42:09 -06:00
parent 78caa9d02b
commit aff76dc222
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- sudo ./pimpmykali.sh - sudo ./pimpmykali.sh
- For a new kali vm, run menu option N - For a new kali vm, run menu option N
# Revision 1.0.10 - python module: xlrd added # Revision 1.1.0 - python module: xlrd added
- added installation of pip install xlrd to fix missing - added installation of pip install xlrd to fix missing
- general code cleanup - general code cleanup

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage # Standard Disclaimer: Author assumes no liability for any damage
# revision var # revision var
revision="1.0.10" revision="1.1.0"
# unicorn puke: # unicorn puke:
red=$'\e[1;31m' red=$'\e[1;31m'