From ef20d81457968650c325c493fe7606c23c819b3b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 12 Jul 2023 14:03:50 +0000 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index d8fa92d..35c50ec 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -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