Update video.bash

This commit is contained in:
RandomNinjaAtk 2023-07-07 11:02:24 -04:00 committed by GitHub
parent befbd5b758
commit a65c8c34db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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