mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +08:00
6 lines
90 B
Bash
6 lines
90 B
Bash
#!/usr/bin/sh
|
|
|
|
umask ${UMASK}
|
|
playwright install --with-deps chromium
|
|
python3 app/main.py
|