From 1df640822682fe5f801484210a2226e305a65ec3 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 10 Jul 2023 17:28:28 +0000 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index d8c0abf..d18505d 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -67,6 +67,9 @@ echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done" +echo "Download MetadataPostProcess script..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/MetadataPostProcess.bash -o /config/extended/MetadataPostProcess.bash +echo "Done" echo "Download SMA config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini