Skip to content

Instantly share code, notes, and snippets.

@kimsyversen
Last active April 29, 2018 06:26
Show Gist options
  • Save kimsyversen/b771e66ecfbd733c042693b0754fdb70 to your computer and use it in GitHub Desktop.
Save kimsyversen/b771e66ecfbd733c042693b0754fdb70 to your computer and use it in GitHub Desktop.
How to install Guest Tools in Ubuntu 18.04 LTS
#!/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"
@kimsyversen
Copy link
Author

How to install

wget -O - https://gist.githubusercontent.com/kimsyversen/b771e66ecfbd733c042693b0754fdb70/raw/da2835d9426204f19bcef4edee79e37a08c69985/ubuntu-1804-guesttools | sudo bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment