download functions

This commit is contained in:
RandomNinjaAtk 2023-07-20 11:06:43 +00:00 committed by GitHub
parent 24751c8bad
commit 23367e3cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"