Update setup.bash
This commit is contained in:
parent
6d90cd56e8
commit
4d0bbbae19
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ echo "Download LyricExtractor script..."
|
|||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash
|
||||
echo "Done"
|
||||
|
||||
echo "Download ArtworkExtractor script..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/ArtworkExtractor.bash -o /config/extended/ArtworkExtractor.bash
|
||||
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