From bfd764969eeb50575189102db6860612c45ed1e2 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 31 Aug 2021 19:48:38 +0100 Subject: [PATCH] fix the instructions for the manual SD card build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 801b042ef..d8ddbbde8 100644 --- a/README.md +++ b/README.md @@ -1133,7 +1133,7 @@ A ready-to-use SD card image of RaspiBlitz is provided by us for download, to ge Now you are ready to start the SD card build script (check the code to see if the installation and config are OK for you). Copy the following command into your terminal and execute: -`wget https://raw.githubusercontent.com/rootzoll/raspiblitz/v1.7/build_sdcard.sh && sudo bash build_sdcard.sh` +`wget https://raw.githubusercontent.com/rootzoll/raspiblitz/v1.7/build_sdcard.sh && sudo bash build_sdcard.sh "" "" "rootzoll" "v1.7"` As you can see from the URL, you can find the build script in this Git repo under `build_sdcard.sh`. You can check what gets installed and configured in detail. Feel free to post improvements as pull requests.