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