Update Mon Oct 5 08:13:00 AM CDT 2020

This commit is contained in:
Dewalt 2020-10-05 08:13:00 -05:00
parent ea436b101b
commit 33d9bf95ad
1 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
#
# Usage: sudo ./pimpmykali.sh ( defaults to the menu system ) command line arguements are valid, only catching 1 arguement
#
# Revision 0.5d - bugfix Thank you to AES for finding the bug, nmap wget script was pulling the wrong page
# - correct page has been added new version git pushd
#
# Revision 0.5c - fix_upgrade removed from fix_missing
# - fix_upgrade removed from fix_missing and is no longer 'forced' as a part of fix_missing
# - fix_upgrade will now only be called as a part of fix_all (menu 0) fix_upgrade (menu 9)
@ -94,7 +97,7 @@
#
# revision var
revision="0.5c"
revision="0.5d"
# unicorn puke:
red=$'\e[1;31m'