From 5ad86855f95acf505692cd151e0878995a7c0957 Mon Sep 17 00:00:00 2001 From: cyteen Date: Tue, 22 Jul 2025 20:55:25 +0100 Subject: [PATCH] add repo and other script dependencies. --- 020_waydroid-lineage-base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/020_waydroid-lineage-base.sh b/020_waydroid-lineage-base.sh index 1c9fc02..4586011 100644 --- a/020_waydroid-lineage-base.sh +++ b/020_waydroid-lineage-base.sh @@ -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