From 3f90f1d4b55553e57112df60b045f56c02c54135 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 16 Jul 2023 13:34:11 -0400 Subject: [PATCH] Download new UnmappedFilesCleaner service #21 --- lidarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 37ed81d..2c1e1a7 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -69,6 +69,10 @@ echo "Download AutoArtistAdder service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/AutoArtistAdder.bash -o /custom-services.d/AutoArtistAdder echo "Done" +echo "Download UnmappedFilesCleaner service..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/UnmappedFilesCleaner.bash -o /custom-services.d/UnmappedFilesCleaner +echo "Done" + mkdir -p /config/extended echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/PlexNotify.bash -o /config/extended/PlexNotify.bash