diff options
| author | Andrei Gheorghiu <andrei.gheorghiu@enea.com> | 2016-12-05 15:01:49 +0100 |
|---|---|---|
| committer | Andrei Gheorghiu <andrei.gheorghiu@enea.com> | 2016-12-05 15:01:49 +0100 |
| commit | 6aff72624ec1c001e065f270f1140049db05fbb9 (patch) | |
| tree | 099097752953025c0210331138166e76f33e0ac6 | |
| parent | ca3dfbbb2ff29fecd8b47d6aef25b3c47b5375f1 (diff) | |
| download | el_releases-standard-6aff72624ec1c001e065f270f1140049db05fbb9.tar.gz | |
updated PATH environment variable to work with ~/bin for repo binary
| -rw-r--r-- | doc/README | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ ___RepoInstall-commands:Ubuntu14.04.5LTS | |||
| 10 | mkdir -p ~/bin | 10 | mkdir -p ~/bin |
| 11 | curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo | 11 | curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo |
| 12 | chmod a+x ~/bin/repo | 12 | chmod a+x ~/bin/repo |
| 13 | export PATH=~/bin/repo:$PATH | 13 | export PATH=~/bin:$PATH |
| 14 | ___END | 14 | ___END |
| 15 | 15 | ||
| 16 | ___RepoClone-commands:<machine> | 16 | ___RepoClone-commands:<machine> |
