Created
November 20, 2018 18:10
-
-
Save mikiminoru/3ed3d8e5bcc8a54bbc8a0e7c9d5f8bb7 to your computer and use it in GitHub Desktop.
Guest tools with VirutalBox and Kali 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open command line and type: | |
sudo apt purge virtualbox-guest-x11 | |
sudo apt autoremove --purge | |
sudo reboot | |
sudo apt update | |
sudo apt dist-upgrade | |
sudo reboot | |
sudo apt update | |
sudo apt install -y virtualbox-guest-x11 | |
sudo reboot | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment