Skip to content

Commit

Permalink
build-SD-armbian.sh: Update Armbian version
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Aug 11, 2024
1 parent 8efe6a7 commit 8d3592e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build-SD-armbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1 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
Expand All @@ -58,6 +58,7 @@ BUILD_DESKTOP=no
BUILD_MINIMAL=yes
USE_CCACHE=yes
INCLUDE_HOME_DIR=yes
ENABLE_EXTENSIONS=fs-nilfs2-support
EOF
[[ "$CLEAN" == "0" ]] && {
cat >> "$CONF" <<EOF
Expand Down

0 comments on commit 8d3592e

Please sign in to comment.