Update setup.bash

This commit is contained in:
RandomNinjaAtk
2023-07-08 12:22:06 -04:00
committed by GitHub
parent 7231523dce
commit 62a9d57913

View File

@@ -40,4 +40,6 @@ tar -xf /recyclarr/recyclarr.tar.xz -C /recyclarr &>/dev/null && \
chmod 777 /recyclarr/recyclarr
mkdir -p /custom-services.d
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/QueueCleaner -O /custom-services.d/
echo "Download QueueCleaner service..."
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/QueueCleaner -o /custom-services.d/QueueCleaner
echo "Done"