parent
6277da3971
commit
2474af817e
1 changed files with 10 additions and 6 deletions
|
@ -91,13 +91,17 @@ echo "Download SMA config..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
echo "Download Beets config..."
|
if [ ! -f /config/extended/beets-config.yaml ]; then
|
||||||
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config.yaml" -o /config/extended/beets-config.yaml
|
echo "Download Beets config..."
|
||||||
echo "Done"
|
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config.yaml" -o /config/extended/beets-config.yaml
|
||||||
|
echo "Done"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Download Beets lidarr config..."
|
if [ ! -f /config/extended/beets-config-lidarr.yaml ]; then
|
||||||
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config-lidarr.yaml" -o /config/extended/beets-config-lidarr.yaml
|
echo "Download Beets lidarr config..."
|
||||||
echo "Done"
|
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config-lidarr.yaml" -o /config/extended/beets-config-lidarr.yaml
|
||||||
|
echo "Done"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Download Deemix config..."
|
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
|
||||||
|
|
Loading…
Reference in a new issue