Skip to content

Commit

Permalink
fix built time
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 20, 2023
1 parent 1e69cb7 commit 25d6c2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25d6c2d

Please sign in to comment.