View difference between Paste ID: 8NjxYDr9 and 0Vimfqak
SHOW: | | - or go back to the newest paste.
1-
mkdir ~/bin
1+
umask 000
2-
PATH=~/bin:$PATH
2+
mkdir /bin
3-
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
3+
PATH=/bin:$PATH
4-
chmod a+x ~/bin/repo
4+
curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo
5
chmod a+x /bin/repo