Files
media-downloader/scripts/run-with-xvfb.sh
Todd 0d7b2b1aab Initial commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 22:42:55 -04:00

6 lines
175 B
Bash
Executable File

#!/bin/bash
# Run media-downloader with Xvfb virtual display
# This allows headed browsers (ImgInn, Toolzu) to run without a GUI
env DISPLAY=:100 HOME=/root XAUTHORITY= "$@"