$ sudo apt-get install curl -y
$ curl "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > ~/bin/repo
$ chmod +x ~/bin/repo
$ echo "REPO_BIN=~/bin" >> ~/.bashrc
$ echo "PATH=$REPO_BIN:$PATH" >> ~/.bashrc
$ . ~/.bashrc

 

相关文章:

  • 2021-06-17
  • 2021-11-20
  • 2021-11-05
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2021-11-24
  • 2021-07-14
猜你喜欢
  • 2022-12-23
  • 2018-12-21
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案