From bb4256c28d47c1938e7c380c408c43af2d6c12be Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 20 Jul 2023 10:38:50 +0000 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 2c1e1a7..67cbcd1 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -74,6 +74,10 @@ curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Un 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/lidarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done"