Update Sat Apr 9 09:38:12 AM CDT 2022
This commit is contained in:
parent
4875c58a5a
commit
de61721d4e
|
|
@ -9,7 +9,7 @@
|
|||
# Standard Disclaimer: Author assumes no liability for any damage
|
||||
|
||||
# revision var
|
||||
revision="1.5.2a"
|
||||
revision="1.5.2b"
|
||||
|
||||
# unicorn puke:
|
||||
red=$'\e[1;31m'
|
||||
|
|
@ -1195,7 +1195,7 @@ check_vm() {
|
|||
then
|
||||
echo -e "\n $greenplus *** VMWARE DETECTED *** \n"
|
||||
echo -e "\n $greenplus installing open-vm-tools-desktop fuse"
|
||||
eval apt -y reinstall open-vm-tools-desktop fuse $silent
|
||||
eval apt -y reinstall open-vm-tools-desktop fuse3 $silent
|
||||
echo -e "\n $greenplus restarting vmware tools"
|
||||
eval restart-vm-tools
|
||||
# Additional Fixes for Vmware
|
||||
|
|
|
|||
Loading…
Reference in New Issue