diff --git a/setup.sh b/setup.sh index 282b969..d6a3f08 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash git submodule init && git submodule update --recursive +apt-get update && apt-get install -f python-pip libpcap-dev python-dev