We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61855fc commit 6e0852aCopy full SHA for 6e0852a
ra-rom-downloader/setup.bash
@@ -25,7 +25,7 @@ chmod -R 777 ${RAHASHER_PATH}
25
26
mkdir -p /custom-services.d
27
echo "Download Downloader service..."
28
-curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/ra-rom-downloader/Downloader.bash -o /config/Downloader
+curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/ra-rom-downloader/Downloader.bash -o /custom-services.d/Downloader
29
echo "Done"
30
chmod 777 /custom-services.d/Downloader
31
0 commit comments