Skip to content

Commit

Permalink
Update emonhub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea authored Jun 22, 2020
1 parent ae3034b commit 3359f9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion update/emonhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ if [ -d $openenergymonitor_dir/emonhub ]; then
git status
echo "git pull origin $branch"
git pull origin $branch
sudo pip3 install paho-mqtt
# Temporary addition of paho-mqtt & requests here
# remove once issue has cleared:
# https://community.openenergymonitor.org/t/emonpi-new-sd-image-emonhub-failing/14578
sudo pip3 install paho-mqtt requests
fi

# can be used to change service source location in future
Expand Down

0 comments on commit 3359f9b

Please sign in to comment.