Skip to content

Commit

Permalink
build: Depth clone AK3
Browse files Browse the repository at this point in the history
Signed-off-by: Saalim Quadri <[email protected]>
  • Loading branch information
danascape committed Mar 2, 2024
1 parent ab2076c commit 38c1845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ do_anykernel()
{
branch="$1"
ANYKERNEL_LINK="https://github.com/stormbreaker-project/AnyKernel3"
git clone -b $branch $ANYKERNEL_LINK
git clone -b $branch $ANYKERNEL_LINK --depth=1
}

do_kernel_modules()
Expand Down

0 comments on commit 38c1845

Please sign in to comment.