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 eaae31c commit f1a4fa6Copy full SHA for f1a4fa6
sonarr/setup.bash
@@ -93,6 +93,10 @@ if [ ! -f /config/extended/sma.ini ]; then
93
echo "Done"
94
fi
95
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
+
100
if [ ! -f /config/extended/recyclarr.yaml ]; then
101
echo "Download Recyclarr config..."
102
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/recyclarr.yaml -o /config/extended/recyclarr.yaml
0 commit comments