From 698e01b5506d5f712ccd45ee4cd54d844a9700fe Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 30 Mar 2024 09:46:38 -0400 Subject: [PATCH] Switch yt-dlp from apline package to pip package to update properly --- radarr/setup.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radarr/setup.bash b/radarr/setup.bash index 2cf9233..f011036 100644 --- a/radarr/setup.bash +++ b/radarr/setup.bash @@ -13,11 +13,11 @@ apk add -U --update --no-cache \ libc-dev \ py3-pip \ gcc \ - ffmpeg \ - yt-dlp && \ + ffmpeg && \ echo "************ install python packages ************" && \ pip install --upgrade --no-cache-dir -U --break-system-packages \ excludarr \ + yt-dlp \ yq && \ echo "************ setup SMA ************" && \ echo "************ setup directory ************" && \