diff --git a/readarr/setup.bash b/readarr/setup.bash index 2ccd4ab..9698498 100644 --- a/readarr/setup.bash +++ b/readarr/setup.bash @@ -16,6 +16,10 @@ curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal echo "Done" mkdir -p /config/extended +echo "Download Script Functions..." +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/functions.bash -o /config/extended/functions +echo "Done" + echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done"