From 7c54380a0a11111fd027c3abec5a37abd918f04f Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 8 Jul 2023 12:39:32 -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 371c962..0ef7da2 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -44,6 +44,10 @@ echo "Download QueueCleaner service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/QueueCleaner -o /custom-services.d/QueueCleaner echo "Done" +echo "Download AutoConfig service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/AutoConfig.service -o /custom-services.d/AutoConfig +echo "Done" + mkdir -p /config/extended echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/PlexNotify.bash -o /config/extended/PlexNotify.bash