mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 03:55:24 +00:00
7 lines
131 B
Bash
7 lines
131 B
Bash
#!/bin/sh -
|
|
|
|
export DISPLAY=99
|
|
#echo "Listening on :$DISPLAY"
|
|
|
|
xvfb-run -s "-screen 0 1920x1080x24" python -u /app/flaresolverr.py
|