Answers for "install repo tool centos"

0

install repo tool centos

$ mkdir -p ~/.bin
$ PATH="${HOME}/.bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
$ chmod a+rx ~/.bin/repo
Posted by: Guest on January-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language