Update setup.bash
This commit is contained in:
parent
1dc20ee387
commit
cdbefa39b6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue