add repo and other script dependencies.
This commit is contained in:
parent
20e424832a
commit
5ad86855f9
|
|
@ -2,11 +2,14 @@
|
||||||
# Getting started
|
# Getting started
|
||||||
# To get started with Android/LineageOS, you'll need to get familiar with and its git workflow.
|
# To get started with Android/LineageOS, you'll need to get familiar with and its git workflow.
|
||||||
|
|
||||||
|
sudo apt install git repo python3-kerberos
|
||||||
|
|
||||||
## Initializing
|
## Initializing
|
||||||
# To initialize your local repository using the LineageOS trees, use a command like this:
|
# To initialize your local repository using the LineageOS trees, use a command like this:
|
||||||
lineage_git="https://github.com/LineageOS/android.git"
|
lineage_git="https://github.com/LineageOS/android.git"
|
||||||
# lineage_branch="lineage-18.1"
|
# lineage_branch="lineage-18.1"
|
||||||
lineage_branch="lineage-20"
|
lineage_branch="lineage-20"
|
||||||
|
|
||||||
repo init -u ${lineage_git} -b ${lineage_branch} --git-lfs
|
repo init -u ${lineage_git} -b ${lineage_branch} --git-lfs
|
||||||
repo sync build/make
|
repo sync build/make
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue