File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,18 @@ if [ ! -f /config/extended/beets-config-lidarr.yaml ]; then
121121 echo " Done"
122122fi
123123
124+ if [ ! -f /config/extended/deemix_config.json ]; then
125+ echo " Download Deemix config..."
126+ curl " https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json
127+ echo " Done"
128+ fi
129+
130+ if [ ! -f /config/extended/tidal-dl.json ]; then
131+ echo " Download Tidal config..."
132+ curl " https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/tidal-dl.json" -o /config/extended/tidal-dl.json
133+ echo " Done"
134+ fi
135+
124136echo " Download Deemix config..."
125137curl " https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json
126138echo " Done"
You can’t perform that action at this time.
0 commit comments