Update setup.bash

This commit is contained in:
RandomNinjaAtk
2023-08-03 11:58:10 -04:00
committed by GitHub
parent 267d7a6047
commit 46ecadb47d

View File

@@ -24,7 +24,7 @@ chmod -R 777 ${RAHASHER_PATH}
mkdir -p /custom-services.d
echo "Download Downloader service..."
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/ra-rom-downloader/Downloader.bash -o /custom-services.d/Downloader
curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/ra-rom-downloader/Downloader.bash -o /config/Downloader
echo "Done"
chmod 777 /custom-services.d/Downloader