diff --git a/sonarr/setup.bash b/sonarr/setup.bash index d0d0b43..3d96fcb 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -71,6 +71,10 @@ curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/na 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/sonarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done"