From 216834a210bb7aa65305199c0e21cccb43df4e47 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 14 Jul 2023 20:01:23 +0000 Subject: [PATCH] Add AutoArtistAdder service --- lidarr/setup.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index a0447ca..37ed81d 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -65,6 +65,9 @@ echo "Download Audio service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Audio.service.bash -o /custom-services.d/Audio echo "Done" +echo "Download AutoArtistAdder service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/AutoArtistAdder.bash -o /custom-services.d/AutoArtistAdder +echo "Done" mkdir -p /config/extended echo "Download PlexNotify script..."