Update video.bash
This commit is contained in:
parent
befbd5b758
commit
a65c8c34db
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ enableSmaTagging="true"
|
||||||
InstallRequirements () {
|
InstallRequirements () {
|
||||||
if [ ! -f "/config/scripts/video.txt" ]; then
|
if [ ! -f "/config/scripts/video.txt" ]; then
|
||||||
echo "Installing Required Packages..."
|
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
|
pip install --upgrade --no-cache-dir -U yq &>/dev/null
|
||||||
echo "Done"
|
echo "Done"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue