Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 27, 2023
1 parent 12fd9b2 commit 2342079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ pip3 install -r /home/${FIRST_USER_NAME}/HoneyPi/requirements.txt
echo '>>> Install deprecated DHT library for measurement python scripts'
# 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
python3 -m pip install --upgrade setuptools wheel # see: https://stackoverflow.com/a/72934737/6696623
pip3 install Adafruit_DHT --config-settings="force-pi=1"
pip3 install Adafruit_Python_DHT --config-settings="force-pi=1"
pip3 install Adafruit_DHT --config-settings="force-pi=True"
pip3 install Adafruit_Python_DHT --config-settings="force-pi=True"
echo '>>> Install software for Webinterface'
lighttpd-enable-mod fastcgi
Expand Down

0 comments on commit 2342079

Please sign in to comment.