From cdbefa39b60915795e7e2e925d4f7b0dc7934b5c Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 13 Jul 2023 06:47:02 -0400 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 4d8d2c8..4b16924 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -83,6 +83,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 Deemix config..." +curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json +echo "Done" + if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf