build-SD-armbian.sh: Update Armbian version

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Kn?ppler 2024-08-11 11:19:24 +02:00 committed by Tobias Knöppler
parent 8efe6a703e
commit f032fd7147
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

@ -31,7 +31,7 @@ prepare_dirs # tmp cache output
# get latest armbian
[[ -d armbian ]] || {
git clone --depth 1 --branch v24.02 https://github.com/armbian/build armbian
git clone --depth 1 --branch v24.08 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