Changes between Version 17 and Version 18 of newport/bsp


Ignore:
Timestamp:
09/17/2018 07:27:56 PM (6 years ago)
Author:
Shiv Khanna
Comment:

updated repo download to apt-get method

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v17 v18  
    5959 1. Get repo tool (download latest version of tool and put it in your path)
    6060{{{#!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
     61sudo apt get install repo
    6562}}}
    6663 1. Initialize repo (fetch the repo manifest)