Skip to content

Instantly share code, notes, and snippets.

@deanpcmad
Created June 26, 2013 13:07
Show Gist options
  • Save deanpcmad/5867218 to your computer and use it in GitHub Desktop.
Save deanpcmad/5867218 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get update
apt-get -y upgrade
apt-get -y install build-essential libssl-dev openssl zlib1g zlib1g-dev psmisc libsasl2-dev libncurses5-dev libreadline-gplv2-dev screen libxml2-dev zip libxml2 libxslt1-dev libyaml-dev vlan ifenslave bridge-utils
apt-get -y install python python-setuptools
apt-get -y install git-core
apt-get -y install wget curl telnet whois traceroute tshark ntp
apt-get -y install nano vim
apt-get -y install libcurl4-openssl-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment