Update setup.bash

This commit is contained in:
RandomNinjaAtk
2023-08-06 20:23:42 -04:00
committed by GitHub
parent 76148a1fb4
commit a0e54049c4

View File

@@ -30,7 +30,7 @@ chmod 777 /custom-services.d/Downloader
if [ ! -f /config/extended.conf ]; then
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
echo "Done"
fi