We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904426d commit eaae31cCopy full SHA for eaae31c
radarr/setup.bash
@@ -88,6 +88,10 @@ if [ ! -f /config/extended/sma.ini ]; then
88
echo "Done"
89
fi
90
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
+
95
if [ ! -f /config/extended/recyclarr.yaml ]; then
96
echo "Download Recyclarr config..."
97
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml
0 commit comments