added more dependencies

This commit is contained in:
Joel 2021-01-23 18:47:33 +01:00
parent 1bd7f09e48
commit 65d253a7b9
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
2 changed files with 9 additions and 1 deletions

View file

@ -36,3 +36,8 @@ sudo /etc/init.d/nginx start
echo ' }'
echo '}'
} >> /etc/nginx/nginx.conf
echo "Starting pigpiod daemon"
sudo systemctl start pigpiod
sudo systemctl enable pigpiod