blob: 6c5d1f33850c5b1d43219e6d7f985c1a9570ecfa [file] [log] [blame]
jeraldabraham5d4d7352014-03-28 02:49:04 -07001#!/usr/bin/python2
2import os
3
4# Install Dependencies & Necessary Tools
5def run():
6 print "\nINSTALLING DEPENDENCIES"
7 print "***********************"
8 os.system("sudo apt-get -qq update")
Eric Newberrya9907782016-11-30 13:37:14 -07009 os.system("sudo apt-get -qq install build-essential git libboost-all-dev libcrypto++-dev libpcap-dev pkg-config libsqlite3-dev socat bind9 libssl-dev")