From 2b9b6976f0349db0fd24c80d3b8aa08fd480df7d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 8 Jul 2023 13:33:36 -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 b04b6b5..9fb5d65 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -52,6 +52,10 @@ echo "Download AutoExtras service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/AutoExtras.service -o /custom-services.d/AutoExtras echo "Done" +echo "Download InvalidSeriesAutoCleaner service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/InvalidSeriesAutoCleaner.service -o /custom-services.d/InvalidSeriesAutoCleaner +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