parent
eaae31cd16
commit
f1a4fa626e
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ if [ ! -f /config/extended/sma.ini ]; then
|
|||
echo "Done"
|
||||
fi
|
||||
|
||||
echo "Download Recyclarr service..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recyclarr -o /custom-services.d/Recyclarr
|
||||
echo "Done"
|
||||
|
||||
if [ ! -f /config/extended/recyclarr.yaml ]; then
|
||||
echo "Download Recyclarr config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/recyclarr.yaml -o /config/extended/recyclarr.yaml
|
||||
|
|
Loading…
Reference in a new issue