added more dependencies
This commit is contained in:
parent
1bd7f09e48
commit
65d253a7b9
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue