Update setup.bash
This commit is contained in:
parent
059218a67b
commit
f6da46e8c7
1 changed files with 4 additions and 4 deletions
|
@ -110,16 +110,16 @@ echo "Download LyricExtractor script..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Download Beets Tagger script..."
|
||||||
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/BeetsTagger.bash -o /config/extended/BeetsTagger.bash
|
||||||
|
echo "Done"
|
||||||
|
|
||||||
if [ ! -f /config/extended/beets-genre-whitelist.txt ]; then
|
if [ ! -f /config/extended/beets-genre-whitelist.txt ]; then
|
||||||
echo "Download beets-genre-whitelist.txt..."
|
echo "Download beets-genre-whitelist.txt..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-genre-whitelist.txt -o /config/extended/beets-genre-whitelist.txt
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-genre-whitelist.txt -o /config/extended/beets-genre-whitelist.txt
|
||||||
echo "Done"
|
echo "Done"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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
|
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