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"