Update Wed May 26 07:46:35 AM CDT 2021
This commit is contained in:
parent
97cb0d7272
commit
eaff71ff12
|
|
@ -822,7 +822,8 @@ vbox_fix_shared_folder_permission_denied () {
|
||||||
fix_virtualbox() {
|
fix_virtualbox() {
|
||||||
## added for revision 0.5i ##
|
## added for revision 0.5i ##
|
||||||
eval mkdir /tmp/vboxtmp
|
eval mkdir /tmp/vboxtmp
|
||||||
eval apt -y reinstall virtualbox-dkms virtualbox-guest-additions-iso virtualbox-guest-x11 $silent
|
eval apt -y reinstall virtualbox-dkms virtualbox-guest-x11 $silent
|
||||||
|
# virtualbox-guest-additions-iso virtualbox-guest-x11 $silent
|
||||||
# virtualbox-guest-additions-iso leaving so it gets installed and we dont have to create a bunch of dirs
|
# virtualbox-guest-additions-iso leaving so it gets installed and we dont have to create a bunch of dirs
|
||||||
# may not need the following once the kali repo is updatedf
|
# may not need the following once the kali repo is updatedf
|
||||||
# may keep this function as is, so it is always getting the most updated version from Oracle not the Kali Repo
|
# may keep this function as is, so it is always getting the most updated version from Oracle not the Kali Repo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue