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