add missing rpi specific package

This commit is contained in:
T 2019-02-01 19:35:28 +01:00
parent 819c96c321
commit c620a12c5f
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ elif [ "$1" == "rpi" ]; then
echo "Installing OpenPLC on Raspberry Pi"
linux_install_deps sudo
sudo apt-get install wiringpi
install_py_deps
install_py_deps sudo