From 77918385e49b78decda18f9087d906f7b9ba471e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 8 Jul 2023 20:17:39 -0400 Subject: [PATCH] Update setup.bash --- sonarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index 29959b7..a3b8161 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -61,6 +61,10 @@ echo "Download Recyclarr service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/Recyclarr.service -o /custom-services.d/Recyclarr echo "Done" +echo "Download YoutubeSeriesDownloader service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/YoutubeSeriesDownloader.service -o /custom-services.d/YoutubeSeriesDownloader +echo "Done" + mkdir -p /config/extended echo "Download Naming script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/naming.json -o /config/extended/naming.json