Last active
May 29, 2017 12:41
-
-
Save mowat27/a458af87183b78bc6c26b62d192652f5 to your computer and use it in GitHub Desktop.
Virtual Box Linux VM Prep
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
#!/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