From 10cbb224c9f92e2b853b3275913d35ece34fe0b8 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 13 Jul 2023 17:49:45 -0400 Subject: [PATCH] Download BeetsPostProcessor.bash script to /config/extended --- lidarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index da115c6..a0447ca 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -75,6 +75,10 @@ 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 BeetsPostProcessor script..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/BeetsPostProcessor.bash -o /config/extended/BeetsPostProcessor.bash +echo "Done" + echo "Download SMA config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini echo "Done"