Update QueueCleaner.bash

This commit is contained in:
RandomNinjaAtk 2023-03-18 11:33:26 -04:00 committed by GitHub
parent e8fe61c2e4
commit e67398a7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ scriptVersion="1.0.0"
scriptInterval="15m" scriptInterval="15m"
######## Package dependencies installation ######## Package dependencies installation
apk add -U --update --no-cache 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
# Logging output function # Logging output function