added more dependencies
This commit is contained in:
parent
1bd7f09e48
commit
65d253a7b9
2 changed files with 9 additions and 1 deletions
|
@ -28,7 +28,10 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
|
|||
-d "opencv-python" \
|
||||
-d "opencv-scripts" \
|
||||
-d "libatlas-base-dev" \
|
||||
-v 0.0.3-4 -t deb setup.py
|
||||
-d "pigpio" \
|
||||
-d "python-pigpio" \
|
||||
-d "python3-pigpio" \
|
||||
-v 0.0.3-5 -t deb setup.py
|
||||
|
||||
# --deb-changelog changelog \
|
||||
# --deb-upstream-changelog changelog \
|
||||
|
|
|
@ -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