From 9959a4e5b1e5d98066cdff8fb9b960fefbb80668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:36:29 +0200 Subject: [PATCH] build-SD-armbian.sh: Build off of armbian/build branch v24.02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> --- build/build-SD-armbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-SD-armbian.sh b/build/build-SD-armbian.sh index 03725ad6..58518c56 100755 --- a/build/build-SD-armbian.sh +++ b/build/build-SD-armbian.sh @@ -31,7 +31,7 @@ prepare_dirs # tmp cache output # get latest armbian [[ -d armbian ]] || { - git clone --depth 1 --branch main https://github.com/armbian/build armbian + git clone --depth 1 --branch v24.02 https://github.com/armbian/build armbian } #( cd armbian && git pull --ff-only --tags && git checkout v23.02 ) #sed -i -e '/export rootfs_size=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/image/partitioning.sh