continued wip

This commit is contained in:
Micha Albert 2024-08-15 13:07:54 -04:00
parent af43bbc916
commit 263f91fc11
4 changed files with 21 additions and 17 deletions

View file

@ -1,9 +1,8 @@
#!/usr/bin/bash
export DISPLAY=:99
Xvfb $DISPLAY &
obs &
sleep 1
xvfb-run obs &
sleep 5
source /home/obs/.venv/bin/activate
python3 /home/obs/setup-obs.py
python3 /home/obs/setup_obs.py
sleep 100