Update video.bash

This commit is contained in:
RandomNinjaAtk 2023-07-07 09:03:41 -04:00 committed by GitHub
parent 7becc87759
commit 0d3612a36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ enableSmaTagging="true"
######## Package dependencies installation ######## Package dependencies installation
InstallRequirements () { InstallRequirements () {
if [ ! -f "/config/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 &>/dev/null apk add -U --update --no-cache curl jq python3-dev py3-pip &>/dev/null
pip install --upgrade --no-cache-dir -U yq &>/dev/null pip install --upgrade --no-cache-dir -U yq &>/dev/null