From d40b8111e6579788fa50b201965e764ea5c38596 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 8 Sep 2023 18:22:11 +0000 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 2e3db96..1c23932 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -94,6 +94,10 @@ echo "Download Beets config..." curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config.yaml" -o /config/extended/beets-config.yaml echo "Done" +echo "Download Beets lidarr config..." +curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config-lidarr.yaml" -o /config/extended/beets-config-lidarr.yaml +echo "Done" + echo "Download Deemix config..." curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json echo "Done"