This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export EVO_BUILD_TYPE=Official | |
export BUILD_USERNAME=tedomi2705 | |
export BUILD_HOSTNAME=codespace | |
export USE_CCACHE=1 | |
rm -rf .repo/local_manifests | |
git clone https://github.com/tedomi2705/local_manifest .repo/local_manifests -b xyz | |
repo init -u https://github.com/Evolution-XYZ/manifest -b udc --git-lfs --depth=1 && /opt/crave/resync.sh |