Try installing yt-dlp from linuxserver init script

This commit is contained in:
Ben Martin 2024-06-18 19:48:00 +01:00
parent f8d8f87fb4
commit 6ecd68f862
No known key found for this signature in database
GPG key ID: 14071E92F0190C61
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
apt-get update && apt-get install -y python3-pip
python3 -m pip install -U yt-dlp