Update setup.bash
This commit is contained in:
parent
0bb9c1e4e6
commit
111251309e
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ echo "Download AutoConfig service..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/AutoConfig.service -o /custom-services.d/AutoConfig
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/AutoConfig.service -o /custom-services.d/AutoConfig
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Download Video service..."
|
||||||
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Video.service.bash -o /custom-services.d/Video
|
||||||
|
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/lidarr/naming.json -o /config/extended/naming.json
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/naming.json -o /config/extended/naming.json
|
||||||
|
|
Loading…
Reference in a new issue