Update video.bash
This commit is contained in:
parent
311d22aa85
commit
7becc87759
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ enableSmaTagging="true"
|
||||||
|
|
||||||
######## Package dependencies installation
|
######## Package dependencies installation
|
||||||
InstallRequirements () {
|
InstallRequirements () {
|
||||||
if [ ! -f "/config/logs/video.txt" ]; then
|
if [ ! -f "/config/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
|
||||||
|
|
Loading…
Reference in a new issue