Files
system76-coreboot/flash.sh
2019-02-27 13:24:15 -07:00

11 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)"
sudo "system76/$MODEL/flashrom" \
-p internal:laptop=force_I_want_a_brick \
-w "build/coreboot.rom"