Update Wed Mar 16 09:58:15 AM CDT 2022

This commit is contained in:
Dewalt 2022-03-16 09:58:15 -05:00
parent a0432c83a2
commit 6f767c85cc
2 changed files with 5 additions and 2 deletions

View File

@ -35,6 +35,9 @@
# Writeups / Honorable Mentions
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
# Revision 1.4.8 - minor change to Menu option 9
- added fix_libwacom function to be called before fix_upgrade
# Revision 1.4.7 - Downgrade Responder to 3.0.6.0
- Menu option R - Downgrades responder to v3.0.6.0
- is only called from menu option r or R

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage
# revision var
revision="1.4.7"
revision="1.4.8"
# unicorn puke:
red=$'\e[1;31m'
@ -1480,7 +1480,7 @@ pimpmykali_menu () {
6) make_rootgreatagain;;
7) install_atom;;
8) fix_nmap ;;
9) only_upgrade;;
9) apt_update; fix_libwacom; only_upgrade;;
0) fix_all; run_update; virt_what; check_vm;;
!) forced=1; fix_sead_warning;;
a|A) mapt_prereq;;