added python3-complib_1.0.0-2_all.deb

This commit is contained in:
Joel Klimont 2022-10-06 00:04:02 +02:00
parent b2281e2a31
commit 03daabaa37
6 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
##!/usr/bin/zsh
export PYTHONDONTWRITEBYTECODE=1
export VERSION="1.0.0-1"
export VERSION="1.0.0-2"
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!

Binary file not shown.

View file

@ -23,10 +23,10 @@ install_package() {
#install_package "spidev"
#install_package "influxdb_client"
pip3 install smbus requests flask python-logstash-async RPi.GPIO spidev influxdb_client filelock
pip3 install requests flask
echo "Setting up opencv4"
pkg-config --modversion opencv4
#echo "Setting up opencv4"
#pkg-config --modversion opencv4
echo "Setting up nginx rtmp server"
sudo /etc/init.d/nginx start
@ -53,6 +53,3 @@ CiBfX19fX18gICAgIF9fX19fXyAgICAgX18gICAgX18gICAgIF9fX19fXyAgIF9fICAgICAgICAgX18g
UPD
echo ""
echo ""
service complib restart
systemctl enable complib