From 2bf4739ac5ea352c5220b061a062f63a43734ef0 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 17 Dec 2021 22:26:25 +0100 Subject: [PATCH] fatpack as FAQ default --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b4d505fbe..dcaf2f2ee 100644 --- a/FAQ.md +++ b/FAQ.md @@ -763,7 +763,7 @@ To build a SD card image from another branch than master, you follow the [Build For example if you want to make a build from the 'dev' branch you execute the following command: -`wget --no-cache https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh false false rootzoll dev lcd true true` +`wget --no-cache https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh false true rootzoll dev lcd true true` ### How can I build an SD card from my forked GitHub Repo?