📜  安装 android repo - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:01.863000             🧑  作者: Mango

代码示例1
mkdir ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
export PATH=~/bin:$PATH