Skip to content

Commit

Permalink
build-SD-armbian.sh: Use main branch of armbian/build
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kn枚ppler <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed Mar 28, 2024
1 parent f6dfa1c commit fb9d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 main 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 Down

0 comments on commit fb9d93e

Please sign in to comment.