From 54bcdc866b551c69a31def3573d23e5e7dc34829 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 15 Jul 2023 15:37:08 -0400 Subject: [PATCH] Recyclarr filename fix --- sonarr/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index 2d18885..d0d0b43 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/universal/services/Recycalarr -o /custom-services.d/Recyclarr +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recyclarr -o /custom-services.d/Recyclarr echo "Done" echo "Download YoutubeSeriesDownloader service..."