add repo and other script dependencies.

This commit is contained in:
cyteen 2025-07-22 20:55:25 +01:00
parent 20e424832a
commit 5ad86855f9
1 changed files with 3 additions and 0 deletions

View File

@ -2,11 +2,14 @@
# Getting started
# 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
# To initialize your local repository using the LineageOS trees, use a command like this:
lineage_git="https://github.com/LineageOS/android.git"
# lineage_branch="lineage-18.1"
lineage_branch="lineage-20"
repo init -u ${lineage_git} -b ${lineage_branch} --git-lfs
repo sync build/make