We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efe6a7 commit f032fd7Copy full SHA for f032fd7
build/build-SD-armbian.sh
@@ -31,7 +31,7 @@ prepare_dirs # tmp cache output
31
32
# get latest armbian
33
[[ -d armbian ]] || {
34
- 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
35
}
36
#( cd armbian && git pull --ff-only --tags && git checkout v23.02 )
37
#sed -i -e '/export rootfs_size=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/image/partitioning.sh
0 commit comments