Skip to content

Commit

Permalink
Uninstall serial install pyserial
Browse files Browse the repository at this point in the history
  • Loading branch information
ticed35 committed Apr 21, 2018
1 parent 7739916 commit 14db1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"changelog" : "https://Jeedom-Plugins-Extra.github.io/plugin-teleinfo/#language#/changelog",
"documentation" : "https://Jeedom-Plugins-Extra.github.io/plugin-teleinfo/#language#/",
"pluginVersion" : "2.7.1"
"pluginVersion" : "2.7.2"
}
4 changes: 3 additions & 1 deletion ressources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ echo 30 > ${PROGRESS_FILE}
echo 40 > ${PROGRESS_FILE}
echo "Installation de la librairie serial"
#pip_install serial
pip_install pypserial
sudo pip uninstall -y serial
#apt_install python-serial
pip_install pyserial
echo 50 > ${PROGRESS_FILE}
echo "Mise à jour de cmdline ou inittab suivant système"
if [ -e /dev/ttyAMA0 ]; then
Expand Down

0 comments on commit 14db1e6

Please sign in to comment.