From 1a04af5c99c2b74a89a0f9a7f0398dc37e602f3a Mon Sep 17 00:00:00 2001 From: Dipun Mistry Date: Sat, 27 Aug 2022 08:03:26 +0100 Subject: [PATCH] change default branch to v1.8 (#3306) --- build_sdcard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index adfa1181..0808fb1d 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -10,7 +10,7 @@ ########################################################################## defaultRepo="rootzoll" -defaultBranch="v1.7" +defaultBranch="v1.8" me="${0##/*}"