Skip to content

Commit f1a4fa6

Browse files
Bug fix for missing Recyclarr script
#101
1 parent eaae31c commit f1a4fa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sonarr/setup.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ if [ ! -f /config/extended/sma.ini ]; then
9393
echo "Done"
9494
fi
9595

96+
echo "Download Recyclarr service..."
97+
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recyclarr -o /custom-services.d/Recyclarr
98+
echo "Done"
99+
96100
if [ ! -f /config/extended/recyclarr.yaml ]; then
97101
echo "Download Recyclarr config..."
98102
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/recyclarr.yaml -o /config/extended/recyclarr.yaml

0 commit comments

Comments
 (0)