Update Tue Oct 27 01:24:20 AM CDT 2020

This commit is contained in:
Dewalt 2020-10-27 01:24:20 -05:00
parent b9a470c39c
commit 16cf2c4d08
1 changed files with 3 additions and 7 deletions

View File

@ -498,7 +498,7 @@ vbox_fix_shared_folder_permission_denied () {
then
echo -e "\n $greenminus : user is already a member of vboxsf group\n"
else
eval adduser $USER vboxsf
eval adduser $finduser vboxsf
echo -e "\n $greenplus fix applied : virtualbox permission denied on shared folder"
echo -e " user added to vboxsf group "
fi
@ -519,10 +519,6 @@ fix_virtualbox() {
echo -e "\n $redstar A reboot of your system is required"
}
# vmtools_service_missing (){
# think about this one
# }
check_vm() {
echo -e "\n $greenplus detecting hypervisor type \n"
vbox_check=$(virt-what | grep -i -c "virtualbox") # virtualbox check
@ -547,7 +543,7 @@ check_vm() {
eval restart-vm-tools
# Additional Fixes for Vmware
#----------------------- additional vmware fixes
# vmtools_service_missing
#
#----------------------- end of vmware additional fixes
exit_screen
else
@ -589,7 +585,7 @@ pimpmykali_menu () {
4) fix_grub ;;
5) fix_impacket ;;
6) make_rootgreatagain ;;
7) install_atom ;; #was fix_gedit - Gedit Go BYE BYE!
7) install_atom ;;
8) fix_nmap ;;
9) fix_upgrade ;;
0) fix_all ;;