Skip to content

Instantly share code, notes, and snippets.

@ansell
Last active July 13, 2016 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ansell/c60b31e1e96cac632af9500085204d5b to your computer and use it in GitHub Desktop.
Save ansell/c60b31e1e96cac632af9500085204d5b to your computer and use it in GitHub Desktop.
Mint-18 VirtualBox fix
#!/bin/sh
sudo apt-get purge virtualbox-guest-*
sudo apt-get install virtualbox-guest-*
sudo usermod -a -G vboxsf "${USER}"
# NOTE: Cannot use virtualbox guest utils as they add a requirement on Upstart when Ubuntu decided to follow the crowd and downgrade to systemd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment