From 584cb3d07736f4b0ca52a312dabcbf2baf8bfacf Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Sat, 5 Oct 2024 00:59:50 -0700 Subject: [PATCH] fix android core source --- README.md | 4 ++-- default.xml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c685a15..4214f89 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html). To initialize your local repository using the OMNIROM trees to build TWRP, use a command like this: - repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0 + repo init -u https://git.asgardius.company/asgardius/platform_manifest_twrp_omni.git -b twrp-6.0 To initialize a shallow clone, which will save even more space, use a command like this: - repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0 + repo init --depth=1 -u https://git.asgardius.company/asgardius/platform_manifest_twrp_omni.git -b twrp-6.0 Then to sync up: diff --git a/default.xml b/default.xml index 6a221e7..4b97b02 100644 --- a/default.xml +++ b/default.xml @@ -7,6 +7,9 @@ + + @@ -460,7 +463,7 @@ - +