Update setup.bash
This commit is contained in:
parent
3507d4d3f5
commit
89b6a00851
1 changed files with 6 additions and 0 deletions
|
@ -43,3 +43,9 @@ mkdir -p /custom-services.d
|
||||||
echo "Download QueueCleaner service..."
|
echo "Download QueueCleaner service..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/QueueCleaner -o /custom-services.d/QueueCleaner
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/QueueCleaner -o /custom-services.d/QueueCleaner
|
||||||
echo "Done"
|
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
|
||||||
|
|
Loading…
Reference in a new issue