Skip to content

Instantly share code, notes, and snippets.

View tedomi2705's full-sized avatar

Duc Le tedomi2705

  • University of Engineering and Technology, VNU
  • Hanoi
  • 13:22 (UTC +07:00)
  • Facebook tedomi2705
View GitHub Profile
@tedomi2705
tedomi2705 / evo.sh
Last active March 28, 2024 02:03
evo
#!/bin/bash
export EVO_BUILD_TYPE=OFFICIAL
export BUILD_USERNAME=tedomi2705
export BUILD_HOSTNAME=codespace
export USE_CCACHE=1
repo init -u https://github.com/Evolution-X/manifest -b uqpr2-j --depth=1 && /opt/crave/resync.sh && git -C vendor/evolution fetch --unshallow && git -C vendor/evolution revert 0f9d39f --no-edit
if [ $? -ne 0 ]; then
echo "Error: repo sync failed"