meta data for this page
  •  

This is an old revision of the document!


https://wiki.lineageos.org/devices/m8/build

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
 
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi
 
cd ~/android/lineage
repo init -u https://github.com/LineageOS/android.git -b lineage-14.1
 
repo sync