Skip to content

Instantly share code, notes, and snippets.

@zlargon
Last active August 29, 2015 14:10
Show Gist options
  • Save zlargon/4d3e292ed80413312caa to your computer and use it in GitHub Desktop.
Save zlargon/4d3e292ed80413312caa to your computer and use it in GitHub Desktop.
install "repo" on UNIX platform
# http://source.android.com/source/downloading.html
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/repo
chmod a+x ~/repo
sudo mv ~/repo /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment