Skip to content

Instantly share code, notes, and snippets.

@agyemanjp
Last active June 22, 2019 16:29
Show Gist options
  • Save agyemanjp/8c7477ee02817072c88ac9d0b99cb5db to your computer and use it in GitHub Desktop.
Save agyemanjp/8c7477ee02817072c88ac9d0b99cb5db to your computer and use it in GitHub Desktop.
Install VirtualBox additions on Ubuntu 18 guest OS
sudo -i
apt install gcc make
mkdir -p /media/cdrom
mount /dev/cdrom /media/cdrom
/media/cdrom/VBoxLinuxAdditions.run
reboot
# After reboot:
sudo usermod --append --groups vboxsf $(whoami)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment