Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu 20.04 install repo

mkdir -p ~/.bin
PATH="${HOME}/.bin:${PATH}"
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+rx ~/.bin/repo
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #install #repo
ADD COMMENT
Topic
Name
6+2 =