Skip to content

Commit eaae31c

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

radarr/setup.bash

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

91+
echo "Download Recyclarr service..."
92+
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recyclarr -o /custom-services.d/Recyclarr
93+
echo "Done"
94+
9195
if [ ! -f /config/extended/recyclarr.yaml ]; then
9296
echo "Download Recyclarr config..."
9397
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml

0 commit comments

Comments
 (0)