forgot -y and pushed

This commit is contained in:
T 2019-02-01 19:36:28 +01:00
parent c620a12c5f
commit 6c95631fee
1 changed files with 2 additions and 2 deletions

View File

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