Skip to content

Instantly share code, notes, and snippets.

@mowat27
Last active May 29, 2017 12:41
Show Gist options
  • Save mowat27/a458af87183b78bc6c26b62d192652f5 to your computer and use it in GitHub Desktop.
Save mowat27/a458af87183b78bc6c26b62d192652f5 to your computer and use it in GitHub Desktop.
Virtual Box Linux VM Prep
#!/usr/bin/env bash
sudo apy update -y
sudo apt install -y linux-headers-generic linux-headers-$(uname -r) xserver-xorg xserver-xorg-core dkms
sudo apt upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment