Update Mon May 23 11:33:56 PM CDT 2022
This commit is contained in:
parent
b73af43acd
commit
277ccd2582
|
|
@ -37,11 +37,15 @@
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
||||||
|
|
||||||
|
# Revision 1.5.6b - restart-vm-tools
|
||||||
|
- restart-vm-tools removed from check_vm function
|
||||||
|
|
||||||
# Revision 1.5.6a - fix_assetfinder function
|
# Revision 1.5.6a - fix_assetfinder function
|
||||||
- Thank you m4ul3r for finding this!
|
- Thank you m4ul3r for finding this!
|
||||||
- Not all wget statements were being eval'd
|
- Not all wget statements were being eval'd
|
||||||
- all wgets are now eval'd
|
- all wgets are now eval'd
|
||||||
|
|
||||||
|
|
||||||
# Revision 1.5.5 - Fix Responder Re-Enabled
|
# Revision 1.5.5 - Fix Responder Re-Enabled
|
||||||
- Downgrade Responder (R) Function updated
|
- Downgrade Responder (R) Function updated
|
||||||
- ask_python39 function added: prompt before proceeding
|
- ask_python39 function added: prompt before proceeding
|
||||||
|
|
|
||||||
|
|
@ -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.5.6a"
|
revision="1.5.6b"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
@ -1239,8 +1239,8 @@ check_vm() {
|
||||||
echo -e "\n $greenplus installing open-vm-tools-desktop fuse"
|
echo -e "\n $greenplus installing open-vm-tools-desktop fuse"
|
||||||
eval apt -y remove fuse
|
eval apt -y remove fuse
|
||||||
eval apt -y reinstall open-vm-tools-desktop fuse3 $silent
|
eval apt -y reinstall open-vm-tools-desktop fuse3 $silent
|
||||||
echo -e "\n $greenplus restarting vmware tools"
|
# echo -e "\n $greenplus restarting vmware tools"
|
||||||
eval restart-vm-tools
|
# eval restart-vm-tools
|
||||||
# Additional Fixes for Vmware
|
# Additional Fixes for Vmware
|
||||||
#----------------------- additional vmware fixes
|
#----------------------- additional vmware fixes
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue