Skip to content

Commit 22366c6

Browse files
committed
aosp: Use main branch of git-repo
1 parent df8bec6 commit 22366c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/aosp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mkdir ~/bin
4343
PATH=~/bin:$PATH
4444
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
4545
## 如果上述 URL 不可访问,可以用下面的:
46-
## curl -sSL 'https://gerrit-googlesource.proxy.ustclug.org/git-repo/+/master/repo?format=TEXT' |base64 -d > ~/bin/repo
46+
## curl -sSL 'https://gerrit-googlesource.proxy.ustclug.org/git-repo/+/main/repo?format=TEXT' | base64 -d > ~/bin/repo
4747
chmod a+x ~/bin/repo
4848
```
4949

0 commit comments

Comments
 (0)