From eaae31cd16e43a119cf0a69da8ec167da4b1d88d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 25 Oct 2023 14:11:45 -0400 Subject: [PATCH] Bug fix for missing Recyclarr script #101 --- radarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radarr/setup.bash b/radarr/setup.bash index d8bdc09..ec22eb3 100644 --- a/radarr/setup.bash +++ b/radarr/setup.bash @@ -88,6 +88,10 @@ if [ ! -f /config/extended/sma.ini ]; then echo "Done" fi +echo "Download Recyclarr service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recyclarr -o /custom-services.d/Recyclarr +echo "Done" + if [ ! -f /config/extended/recyclarr.yaml ]; then echo "Download Recyclarr config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml