From d04ff652a35e5cf6372a5eb0a9b1333a39199e95 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 8 Jul 2023 13:24:18 -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 efc67df..b04b6b5 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -48,6 +48,10 @@ echo "Download AutoConfig service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/AutoConfig.service -o /custom-services.d/AutoConfig echo "Done" +echo "Download AutoExtras service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/AutoExtras.service -o /custom-services.d/AutoExtras +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