From 798c343223c3a75ca53692c856b50454a4af3680 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 16 Jul 2023 14:44:03 -0400 Subject: [PATCH] Update setup.bash --- readarr/setup.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readarr/setup.bash b/readarr/setup.bash index dacbe57..3666630 100644 --- a/readarr/setup.bash +++ b/readarr/setup.bash @@ -17,7 +17,11 @@ echo "Done" mkdir -p /config/extended echo "Download PlexNotify script..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/PlexNotify.bash -o /config/extended/PlexNotify.bash +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/PlexNotify.bash -o /config/extended/PlexNotify.bash +echo "Done" + +echo "Download AutoConfig config..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/AutoConfig.json -o /config/extended/AutoConfig.json echo "Done" if [ ! -f /config/extended.conf ]; then