mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
continued wip
This commit is contained in:
parent
af43bbc916
commit
263f91fc11
4 changed files with 21 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue