Last active
April 29, 2018 06:26
-
-
Save kimsyversen/b771e66ecfbd733c042693b0754fdb70 to your computer and use it in GitHub Desktop.
How to install Guest Tools in Ubuntu 18.04 LTS
This file contains 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
#!/bin/bash | |
# Made by Kim Syversen (2018) | |
sudo apt install -y linux-headers-$(uname -r) build-essential dkms && \ | |
echo -e "\nGo the Virtual box menu and select Devices. Then select Install Guest Additions CD Image. Reboot after installation is completed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to install