Skip to content

Commit

Permalink
wiki: Add --no-clone-bundle to repo init args
Browse files Browse the repository at this point in the history
Change-Id: I0291fc79d90a7dc221a7989fb1260bffbeca15d3
  • Loading branch information
luk1337 committed Jan 2, 2025
1 parent 266d399 commit d01b702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/templates/device_build_init_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Enter the following to initialize the repository:

```
cd ~/android/lineage
repo init -u https://github.com/LineageOS/android.git -b {% if current_branch < 15 %}cm{% else %}lineage{% endif %}-{{ current_branch | precision: 1 }} --git-lfs
repo init -u https://github.com/LineageOS/android.git -b {% if current_branch < 15 %}cm{% else %}lineage{% endif %}-{{ current_branch | precision: 1 }} --git-lfs --no-clone-bundle
```

### Download the source code
Expand Down

0 comments on commit d01b702

Please sign in to comment.