Update setup.bash
This commit is contained in:
parent
012a7efd13
commit
77918385e4
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ echo "Download Recyclarr service..."
|
|||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/Recyclarr.service -o /custom-services.d/Recyclarr
|
||||
echo "Done"
|
||||
|
||||
echo "Download YoutubeSeriesDownloader service..."
|
||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/YoutubeSeriesDownloader.service -o /custom-services.d/YoutubeSeriesDownloader
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue