Allow customizations of recyclarr and sma configs
Support will not be provided for changes to these configs...
This commit is contained in:
parent
2d083b31bd
commit
6608999c0b
1 changed files with 10 additions and 6 deletions
|
@ -82,13 +82,17 @@ echo "Download Extras script..."
|
|||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/Extras.bash -o /config/extended/Extras.bash
|
||||
echo "Done"
|
||||
|
||||
echo "Download SMA config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/sma.ini -o /config/extended/sma.ini
|
||||
echo "Done"
|
||||
if [ ! -f /config/extended/sma.ini ]; then
|
||||
echo "Download SMA config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/sma.ini -o /config/extended/sma.ini
|
||||
echo "Done"
|
||||
fi
|
||||
|
||||
echo "Download Recyclarr config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml
|
||||
echo "Done"
|
||||
if [ ! -f /config/extended/recyclarr.yaml ]; then
|
||||
echo "Download Recyclarr config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/recyclarr.yaml -o /config/extended/recyclarr.yaml
|
||||
echo "Done"
|
||||
fi
|
||||
|
||||
if [ ! -f /config/extended.conf ]; then
|
||||
echo "Download Extended config..."
|
||||
|
|
Loading…
Reference in a new issue