mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
8 lines
136 B
Bash
Executable file
8 lines
136 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
export DISPLAY=:99
|
|
xvfb-run obs &
|
|
sleep 5
|
|
source /home/obs/.venv/bin/activate
|
|
python3 /home/obs/setup_obs.py
|
|
sleep 100
|