From 25d6c2d3f606f63b7c6c6e592c4dc91f45258249 Mon Sep 17 00:00:00 2001 From: Javan Rasokat Date: Wed, 20 Dec 2023 08:25:37 +0100 Subject: [PATCH] fix built time --- stage-honeypi/01-install-honeypi/00-run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stage-honeypi/01-install-honeypi/00-run.sh b/stage-honeypi/01-install-honeypi/00-run.sh index d730c9f..3dfb95e 100755 --- a/stage-honeypi/01-install-honeypi/00-run.sh +++ b/stage-honeypi/01-install-honeypi/00-run.sh @@ -104,7 +104,10 @@ echo '>>> Install NTP for time synchronisation with witty Pi' dpkg-reconfigure -f noninteractive ntp echo '>>> Install software for measurement python scripts' -pip3 install -r /home/${FIRST_USER_NAME}/HoneyPi/requirements.txt --upgrade --install-option="--force-pi" +pip3 install -r /home/${FIRST_USER_NAME}/HoneyPi/requirements.txt --upgrade + +echo '>>> Install deprecated DHT library for measurement python scripts' +pip3 install Adafruit_DHT --install-option="--force-pi" # deprecated, but still used for Pi Zero WH because of known issues such as https://github.com/adafruit/Adafruit_CircuitPython_DHT/issues/73 - no longer working on bullseye echo '>>> Install software for Webinterface' lighttpd-enable-mod fastcgi