From 01e3a46526426dfdee8b842cb704d9e40be8ecc9 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Fri, 28 Aug 2015 12:36:23 -0400 Subject: [PATCH] tcpdump --- image/spindle/wheezy-stage4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/spindle/wheezy-stage4 b/image/spindle/wheezy-stage4 index 74e70b75..53e6415b 100755 --- a/image/spindle/wheezy-stage4 +++ b/image/spindle/wheezy-stage4 @@ -32,6 +32,8 @@ echo "**** STRATUX SETUP *****" apt-get install -y screen #wifi apt-get install -y hostapd isc-dhcp-server +#troubleshooting +apt-get install -y tcpdump #apache for web management scripts apt-get install -y apache2 php5 libapache2-mod-php5 rm -rf /var/www/html/*