Bug fix for missing Recyclarr script

#101
This commit is contained in:
RandomNinjaAtk 2023-10-25 14:11:45 -04:00 committed by GitHub
parent 904426d16c
commit eaae31cd16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,10 @@ if [ ! -f /config/extended/sma.ini ]; then
echo "Done" echo "Done"
fi 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 if [ ! -f /config/extended/recyclarr.yaml ]; then
echo "Download Recyclarr config..." echo "Download Recyclarr config..."
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml