fix service script

This commit is contained in:
jr-k 2024-07-22 01:15:10 +02:00
parent d6f7e39075
commit 1073b96748

View File

@ -25,6 +25,7 @@ sudo apt-get install -y git python3-pip python3-venv libsqlite3-dev exfat-fuse n
cd $WORKING_DIR
git clone https://github.com/jr-k/obscreen.git
cd obscreen
chown -R pi:pi ./
# Install application dependencies
python3 -m venv venv