Skip to content
This repository was archived by the owner on Feb 25, 2023. It is now read-only.

Commit 74a0961

Browse files
committed
build: pin Armbian repo to specific commit
1 parent 47f631f commit 74a0961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

armbian/armbian-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ case ${ACTION} in
4141

4242
if [ ! -d "armbian-build" ]; then
4343
# clone master branch
44-
git clone --depth=1 -b master https://github.com/armbian/build armbian-build
44+
git clone https://github.com/armbian/build armbian-build
4545
cd armbian-build || exit
4646

4747
# pin git HEAD to specific commit

0 commit comments

Comments
 (0)