Skip to content

Instantly share code, notes, and snippets.

@mikequentel
Created March 9, 2017 20:43
Show Gist options
  • Save mikequentel/6c7ea11f4b42593cf3de0eec579607e8 to your computer and use it in GitHub Desktop.
Save mikequentel/6c7ea11f4b42593cf3de0eec579607e8 to your computer and use it in GitHub Desktop.
ubuntu_build_essential.sh
#!/bin/bash
# http://askubuntu.com/questions/232200/how-do-i-install-development-tools-for-12-10
sudo apt-get install linux-headers-$(uname -r) build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment