Update setup.bash
This commit is contained in:
parent
db29490101
commit
2b9b6976f0
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ echo "Download AutoExtras service..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/AutoExtras.service -o /custom-services.d/AutoExtras
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/AutoExtras.service -o /custom-services.d/AutoExtras
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Download InvalidSeriesAutoCleaner service..."
|
||||||
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/InvalidSeriesAutoCleaner.service -o /custom-services.d/InvalidSeriesAutoCleaner
|
||||||
|
echo "Done"
|
||||||
|
|
||||||
mkdir -p /config/extended
|
mkdir -p /config/extended
|
||||||
echo "Download Naming script..."
|
echo "Download Naming script..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/naming.json -o /config/extended/naming.json
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/naming.json -o /config/extended/naming.json
|
||||||
|
|
Loading…
Reference in a new issue