mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
9 lines
134 B
Bash
Executable file
9 lines
134 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
export DISPLAY=:99
|
|
Xvfb $DISPLAY &
|
|
obs &
|
|
sleep 1
|
|
source /home/obs/.venv/bin/activate
|
|
python3 /home/obs/setup-obs.py
|
|
|