From bf75e6d4d64a903a449e6c797ab483fc8b00a48d Mon Sep 17 00:00:00 2001 From: kang-ojol Date: Fri, 6 Sep 2024 08:56:37 +0700 Subject: [PATCH] Update build_rom.sh A37f-lineage-17.1-kang-ojol --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..2ee353231d8 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/DerpFest-11/manifest.git -b 11 -g default,-mips,-darwin,-notdefault -git clone https://github.com/pocox3pro/Local-Manifests.git --depth 1 -b master .repo/local_manifests +repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/manifest.git -b lineage-17.1 -g default,-mips,-darwin,-notdefault +git clone https://github.com/kang-ojol/Local-Manifests.git --depth 1 -b master .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom