Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 27, 2023
1 parent 32c3ed8 commit 1f1f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ echo '>>> Install deprecated DHT library for measurement python scripts'
python3 -m pip install --upgrade setuptools wheel # see: https://stackoverflow.com/a/72934737/6696623
# Fake Raspberry Pi version because --install-option="--force-pi" does not work with pip v22.3
echo -e "\nHardware : BCM2709" >> /etc/cpuinfo # see: https://github.com/adafruit/Adafruit_Python_DHT/blob/8f5e2c4d6ebba8836f6d31ec9a0c171948e3237d/Adafruit_DHT/platform_detect.py#L36
if [ -e /etc/cpuinfo] ; then
if [ -e /etc/cpuinfo ] ; then
mount—bind /etc/cpuinfo /proc/cpuinfo
fi
pip3 install Adafruit_DHT
Expand Down

0 comments on commit 1f1f279

Please sign in to comment.