Update setup.bash
This commit is contained in:
parent
76148a1fb4
commit
a0e54049c4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ chmod 777 /custom-services.d/Downloader
|
||||||
|
|
||||||
if [ ! -f /config/extended.conf ]; then
|
if [ ! -f /config/extended.conf ]; then
|
||||||
echo "Download Extended config..."
|
echo "Download Extended config..."
|
||||||
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/extended.conf -o /config/extended.conf
|
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/ra-rom-downloader/extended.conf -o /config/extended.conf
|
||||||
chmod 777 /config/extended.conf
|
chmod 777 /config/extended.conf
|
||||||
echo "Done"
|
echo "Done"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue