add upgrade script

This commit is contained in:
jr-k 2024-05-26 02:16:36 +02:00
parent 657370b819
commit 4aeb0ad372

4
system/upgrade-system-wide.sh Executable file
View File

@ -0,0 +1,4 @@
cd ~/obscreen
source ./venv/bin/activate
pip install -r requirements.txt
sudo systemctl restart obscreen-studio.service