Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
rm -rf .repo/local_manifests/
repo init --depth=1 --no-repo-verify -u https://github.com/pos-gm/manifest.git -b fifteen -g default,-mips,-darwin,-notdefault --git-lfs
git clone -b fifteen https://github.com/redznn/local_manifests .repo/local_manifests
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
export BUILD_USERNAME=Redznn