Created
August 4, 2012 04:53
-
-
Save JasonGiedymin/3254623 to your computer and use it in GitHub Desktop.
Ubuntu essentials
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
#!/bin/bash | |
echo "Installing Dependencies for Ubuntu ONLY" | |
sudo apt-get update | |
sudo apt-get install git git-core curl build-essential openssl libssl-dev wget vim pkg-config make autoconf automake gcc g++ ccache tcl-dev libexpat1-dev libpcre3-dev libcap-dev libcap2 bison flex | |
echo "Installing dependencies complete." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi