From a4dca60892fa2163a3d399a68c4ceb7e026ff81c Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Mon, 11 Nov 2019 16:58:58 +0100 Subject: [PATCH] removed lighttpd config files, as the frontend now uses defaults --- etcs/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/etcs/install.sh b/etcs/install.sh index 2e0a8ef..d413d37 100644 --- a/etcs/install.sh +++ b/etcs/install.sh @@ -5,7 +5,6 @@ apt install -y python3 python3-pip lighttpd dnsmasq hostapd libatlas-base-dev pip3 install numpy pandas flask smbus2 pyserial gunicorn cp -R hostapd/ /etc -cp -R lighttpd/ /etc cp dnsmasq.conf /etc cp rc.local /etc cp -R ../frontend/* /var/www/html