Update Fri Oct 2 07:15:07 AM CDT 2020

This commit is contained in:
Dewalt 2020-10-02 07:15:07 -05:00
parent abf4bc3ea4
commit da194a3506
1 changed files with 2 additions and 2 deletions

View File

@ -559,12 +559,12 @@ check_vm () {
then
echo -e "\n\n *** VIRTUALBOX DETECTED *** \n\n"
sudo apt -y reinstall virtualbox-dkms virtualbox-guest-x11
exit
exit_screen
elif [ $vmware_check = 1 ]
then
echo -e "\n\n *** VMWARE DETECTED *** \n\n"
sudo apt -y reinstall open-vm-tools-desktop fuse
exit
exit_screen
else
echo "neither found..."
fi