Created
June 26, 2013 13:07
-
-
Save deanpcmad/5867218 to your computer and use it in GitHub Desktop.
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 | |
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