Skip to content

Instantly share code, notes, and snippets.

@JasonGiedymin
Created August 4, 2012 04:53
Show Gist options
  • Save JasonGiedymin/3254623 to your computer and use it in GitHub Desktop.
Save JasonGiedymin/3254623 to your computer and use it in GitHub Desktop.
Ubuntu essentials
#!/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."
@Morem53
Copy link

Morem53 commented Dec 11, 2024

Hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment