Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomNinjaAtk committed Jul 13, 2023
1 parent 70eebab commit 5180d21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lidarr/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
echo "Download Extended config..."
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf
Expand Down

0 comments on commit 5180d21

Please sign in to comment.