Skip to content

Commit

Permalink
Adding integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Mar 7, 2024
1 parent 38f4533 commit 6245770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -121,7 +121,7 @@ This flexibility allows for various use cases, such as running a specific databa

### How to avoid executing remote code altogether

If you're concerned about executing a build that the launcher fetches from the web, you can avoid this by manually installing the latest version of Downloader's build. Just get [this file](https://github.com/MiSTer-devel/Downloader_MiSTer/releases/download/latest/dont_download.zip) and save it at `/media/fat/Scripts/.config/downloader/downloader_latest.zip` (remember to rename the file as instructed).
If you're concerned about executing a build that the launcher fetches from the web, you can avoid this by manually installing the latest version of Downloader's build. Just get [this file](https://github.com/MiSTer-devel/Downloader_MiSTer/releases/download/latest/dont_download.zip) and save it at `/media/fat/Scripts/.config/downloader/downloader_latest.zip` (remember to rename the file as instructed). You can verify the file's integrity using the provided MD5 checksum [here](https://github.com/MiSTer-devel/Downloader_MiSTer/releases/download/latest/dont_download.zip.md5).

If not done manually, the launcher will automatically install that build on its first run. This auto-installation occurs only once and is designed to be secure.

Expand Down

0 comments on commit 6245770

Please sign in to comment.