Changes between Version 17 and Version 18 of newport/bsp
- Timestamp:
- 09/17/2018 07:27:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v17 v18 59 59 1. Get repo tool (download latest version of tool and put it in your path) 60 60 {{{#!bash 61 mkdir $HOME/.bin/ 62 echo "PATH=\$PATH:$HOME/.bin/repo" >> $HOME/.profile 63 curl https://storage.googleapis.com/git-repo-downloads/repo > $HOME/.bin/repo 64 chmod a+x $HOME/.bin/repo 61 sudo apt get install repo 65 62 }}} 66 63 1. Initialize repo (fetch the repo manifest)