Update setup.bash
This commit is contained in:
parent
008fe8d24f
commit
16ebd13205
1 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,10 @@ echo "Download InvalidSeriesAutoCleaner service..."
|
|||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/InvalidSeriesAutoCleaner.service -o /custom-services.d/InvalidSeriesAutoCleaner
|
||||
echo "Done"
|
||||
|
||||
echo "Download Recyclarr service..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/Recyclarr.service -o /custom-services.d/Recyclarr
|
||||
echo "Done"
|
||||
|
||||
mkdir -p /config/extended
|
||||
echo "Download Naming script..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/naming.json -o /config/extended/naming.json
|
||||
|
@ -78,6 +82,10 @@ echo "Download SMA config..."
|
|||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/sma.ini -o /config/extended/sma.ini
|
||||
echo "Done"
|
||||
|
||||
echo "Download Recyclarr config..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/recyclarr.yaml -o /config/extended/recyclarr.yaml
|
||||
echo "Done"
|
||||
|
||||
chmod 777 -R /config/extended
|
||||
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue