Update setup.bash
This commit is contained in:
parent
1c1bfba95a
commit
336eb347f6
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,10 @@ echo "Download Video service..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Video.service.bash -o /custom-services.d/Video
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Video.service.bash -o /custom-services.d/Video
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Download Audio service..."
|
||||||
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Audio.service.bash -o /custom-services.d/Audio
|
||||||
|
echo "Done"
|
||||||
|
|
||||||
|
|
||||||
mkdir -p /config/extended
|
mkdir -p /config/extended
|
||||||
echo "Download PlexNotify script..."
|
echo "Download PlexNotify script..."
|
||||||
|
@ -75,6 +79,10 @@ echo "Download SMA config..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Download Beets config..."
|
||||||
|
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/beets-config.yaml" -o /config/extended/beets-config.yaml
|
||||||
|
echo "Done"
|
||||||
|
|
||||||
|
|
||||||
chmod 777 -R /config/extended
|
chmod 777 -R /config/extended
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue