From a65c8c34db5fa3241d6b69310a65edf5362d9b84 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 7 Jul 2023 11:02:24 -0400 Subject: [PATCH] Update video.bash --- sabnzbd/video.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabnzbd/video.bash b/sabnzbd/video.bash index 448dba3..e35ec38 100644 --- a/sabnzbd/video.bash +++ b/sabnzbd/video.bash @@ -11,7 +11,7 @@ enableSmaTagging="true" InstallRequirements () { if [ ! -f "/config/scripts/video.txt" ]; then echo "Installing Required Packages..." - apk add -U --update --no-cache curl jq python3-dev py3-pip git &>/dev/null + apk add -U --update --no-cache curl jq python3-dev py3-pip git ffmpeg &>/dev/null pip install --upgrade --no-cache-dir -U yq &>/dev/null echo "Done" fi