mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-11 04:28:42 +00:00
11 lines
193 B
Bash
Executable File
11 lines
193 B
Bash
Executable File
#/bin/sh
|
|
|
|
# do something with the old firmware
|
|
sha1sum /boot/flashrom-librem15v3.bin
|
|
|
|
# run a random tool
|
|
./random-tool
|
|
|
|
# this is the deliverable
|
|
cp /boot/flashrom-librem15v3.bin firmware.bin
|