From 624577039e5a7a40224b2b97cb6ad9a8c0a8fa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Thu, 7 Mar 2024 13:43:18 +0100 Subject: [PATCH] Adding integrity check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9686a2e..807eaa5 100644 --- a/README.md +++ b/README.md @@ -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.