Skip to content

Commit

Permalink
Merge pull request #2848 from DetMoerk/patch-2
Browse files Browse the repository at this point in the history
Update openwb-install.sh fixieren von paho-mqtt<2.0.0
  • Loading branch information
benderl authored Oct 1, 2024
2 parents 293ef7d + dcd8c9f commit 2995237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ echo "check for paho-mqtt"
if python3 -c "import paho.mqtt.publish as publish" &> /dev/null; then
echo 'mqtt installed...'
else
sudo pip3 install paho-mqtt
sudo pip3 install "paho-mqtt<2.0.0"
fi

#Adafruit install
Expand Down

0 comments on commit 2995237

Please sign in to comment.