We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8bec6 commit 22366c6Copy full SHA for 22366c6
docs/aosp.md
@@ -43,7 +43,7 @@ mkdir ~/bin
43
PATH=~/bin:$PATH
44
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
45
## 如果上述 URL 不可访问,可以用下面的:
46
-## curl -sSL 'https://gerrit-googlesource.proxy.ustclug.org/git-repo/+/master/repo?format=TEXT' |base64 -d > ~/bin/repo
+## curl -sSL 'https://gerrit-googlesource.proxy.ustclug.org/git-repo/+/main/repo?format=TEXT' | base64 -d > ~/bin/repo
47
chmod a+x ~/bin/repo
48
```
49
0 commit comments