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