Update setup.bash
This commit is contained in:
parent
8dc61c662c
commit
ef20d81457
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@ 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"
|
||||
|
||||
if [ ! -f /config/extended.conf ]; then
|
||||
echo "Download Extended config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/liodarr/extended.conf -o /config/extended.conf
|
||||
chmod 777 /config/extended.conf
|
||||
echo "Done"
|
||||
fi
|
||||
|
||||
chmod 777 -R /config/extended
|
||||
|
||||
|
|
Loading…
Reference in a new issue