From dd6d63d047650b4131695e021bd84706e9c3eec9 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 19 Jul 2023 11:23:30 +0000 Subject: [PATCH] Update setup.bash --- sabnzbd/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sabnzbd/setup.bash b/sabnzbd/setup.bash index de42a2f..53d3e12 100644 --- a/sabnzbd/setup.bash +++ b/sabnzbd/setup.bash @@ -95,6 +95,10 @@ if [ -f /config/beets-config.yaml ]; then chmod 777 /config/scripts/beets-config.yaml fi +echo "Download audiobook script..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sabnzbd/audiobook.bash -o /config/scripts/audiobook.bash +echo "Done" + if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sabnzbd/extended.conf -o /config/extended.conf