mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-10 14:26:07 +00:00
11 lines
194 B
Bash
Executable File
11 lines
194 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
|