Update setup.bash

This commit is contained in:
RandomNinjaAtk 2023-07-08 12:29:34 -04:00 committed by GitHub
parent 3507d4d3f5
commit 89b6a00851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,3 +43,9 @@ mkdir -p /custom-services.d
echo "Download QueueCleaner service..."
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/QueueCleaner -o /custom-services.d/QueueCleaner
echo "Done"
mkdir -p /config/extended
echo "Download PlexNotify script..."
https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/PlexNotify.bash -o /config/extended/PlexNotify.bash
echo "Done"
chmod 777 -R /config/extended