fix the instructions for the manual SD card build

This commit is contained in:
openoms
2021-08-31 19:48:38 +01:00
parent 79ccb8d343
commit bfd764969e

View File

@@ -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.