blob: e9b6e7ddda8137a9ea4092ac2e86fd1c486353b7 [file] [log] [blame]
Eric Newberryfe0d0142017-11-29 13:22:48 -07001#!/bin/bash
2# Install dependencies and necessary tools
3
4echo
5echo "INSTALLING DEPENDENCIES"
6echo "***********************"
7
8sudo apt-get -qq update
9sudo apt-get -qq install build-essential git libboost-all-dev libpcap-dev pkg-config libsqlite3-dev socat bind9 libssl-dev