📌  相关文章
📜  ubuntu 20.04 install repo - Shell-Bash 代码示例

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

代码示例1
mkdir -p ~/.bin
PATH="${HOME}/.bin:${PATH}"
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+rx ~/.bin/repo