parent
70eebab145
commit
5180d215eb
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ echo "Download Deemix config..."
|
||||||
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json
|
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Download Tidal config..."
|
||||||
|
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/tidal-dl.json" -o /config/extended/tidal-dl.json
|
||||||
|
echo "Done"
|
||||||
|
|
||||||
if [ ! -f /config/extended.conf ]; then
|
if [ ! -f /config/extended.conf ]; then
|
||||||
echo "Download Extended config..."
|
echo "Download Extended config..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf
|
||||||
|
|
Loading…
Reference in a new issue