From 10a711f620ac9ee9198fca7c3423b81bbebc60d7 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 31 Aug 2015 12:40:56 -0400 Subject: [PATCH] Apache no longer needed in build image. --- image/spindle/wheezy-stage4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/image/spindle/wheezy-stage4 b/image/spindle/wheezy-stage4 index 53e6415b..6026ed4f 100755 --- a/image/spindle/wheezy-stage4 +++ b/image/spindle/wheezy-stage4 @@ -34,11 +34,6 @@ apt-get install -y screen 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/* -service apache2 start -update-rc.d apache2 enable #wifi startup update-rc.d hostapd enable update-rc.d isc-dhcp-server enable