Files
agnos-builder/flash_all.sh
T
2021-12-08 15:55:08 -08:00

12 lines
190 B
Bash
Executable File

#!/bin/bash -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR
fastboot format userdata
./flash_bootloader.sh
./flash_kernel.sh
./flash_system.sh
fastboot continue