From 7034ba447a1144fdf8be43ddbd2901536d04492e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 9 Jul 2023 11:42:57 -0400 Subject: [PATCH] Switch to Universal Recyclarr service --- sonarr/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index a3b8161..bbed488 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -58,7 +58,7 @@ curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/In echo "Done" echo "Download Recyclarr service..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/Recyclarr.service -o /custom-services.d/Recyclarr +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recycalarr -o /custom-services.d/Recyclarr echo "Done" echo "Download YoutubeSeriesDownloader service..."