Files
agnos-builder/flash_all.sh
2023-01-13 23:49:59 -08:00

11 lines
165 B
Bash
Executable File

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