Skip to content

Commit

Permalink
Merge pull request #364 from juanesf/master
Browse files Browse the repository at this point in the history
add dependency to OpenWrt
  • Loading branch information
mariusmotea authored Mar 30, 2020
2 parents 6ad2204 + 653b4b0 commit a096ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BridgeEmulator/install_openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo -e "\033[32m Updating python3-pip.\033[0m"
python3 -m pip install --upgrade pip
wait
echo -e "\033[32m Installing pip dependencies.\033[0m"
pip3 install requests ws4py
python3 -m pip install requests ws4py paho-mqtt
wait
cd /opt/tmp
echo -e "\033[32m Downloading diyHue.\033[0m"
Expand Down Expand Up @@ -106,4 +106,4 @@ nano /etc/lighttpd/lighttpd.conf
echo -e "\033[32m Installation completed.\033[0m"
wait
reboot 10
exit 0
exit 0
2 changes: 2 additions & 0 deletions BridgeEmulator/update_openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python3 -m pip install --upgrade pytz
wait
python3 -m pip install --upgrade ws4py
wait
python3 -m pip install --upgrade paho-mqtt
wait
echo -e "\033[32m Creating directories.\033[0m"
mkdir /opt
mkdir /opt/tmp
Expand Down

0 comments on commit a096ee1

Please sign in to comment.