From e67398a7b4e1f6572b454521f078215cb7b1cdb2 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 18 Mar 2023 11:33:26 -0400 Subject: [PATCH] Update QueueCleaner.bash --- QueueCleaner.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QueueCleaner.bash b/QueueCleaner.bash index 49f0bd2..86bfcbd 100644 --- a/QueueCleaner.bash +++ b/QueueCleaner.bash @@ -5,7 +5,7 @@ scriptVersion="1.0.0" scriptInterval="15m" ######## 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 # Logging output function