Skip to content

Commit 6a5f469

Browse files
committed
build-SD-armbian.sh: Don't checkout git history
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
1 parent 7d93579 commit 6a5f469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/build-SD-armbian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ source etc/library.sh # sets RELEASE
3030
prepare_dirs # tmp cache output
3131

3232
# get latest armbian
33-
[[ -d armbian ]] || git clone https://github.com/armbian/build armbian
34-
( cd armbian && git pull --ff-only --tags && git checkout v23.02 )
33+
[[ -d armbian ]] || git clone --depth 1 --branch v23.02 https://github.com/armbian/build armbian
34+
( cd armbian && git checkout v23.02 )
3535

3636
# add NCP modifications
3737
mkdir -p armbian/userpatches armbian/userpatches/overlay

0 commit comments

Comments
 (0)