Update setup.bash

This commit is contained in:
RandomNinjaAtk 2023-08-03 11:58:10 -04:00 committed by GitHub
parent 267d7a6047
commit 46ecadb47d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ chmod -R 777 ${RAHASHER_PATH}
mkdir -p /custom-services.d mkdir -p /custom-services.d
echo "Download Downloader service..." 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" echo "Done"
chmod 777 /custom-services.d/Downloader chmod 777 /custom-services.d/Downloader