From 89a792b0e94d149c91c9c9ddafb251a27976ce1b Mon Sep 17 00:00:00 2001 From: Max Staack Date: Thu, 21 May 2015 15:20:37 +0200 Subject: [PATCH] Update setup.sh added missing packets --- setup.sh | 1 + 1 file changed, 1 insertion(+) 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