mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-10 08:35:40 +00:00
5 lines
212 B
Bash
Executable File
5 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
appstream-util validate-relax com.Flashrom.Laptop.metainfo.xml
|
|
tar -cf firmware.tar startup.sh random-tool
|
|
gcab --create --nopath Flashrom-Laptop-1.2.3.cab firmware.tar com.Flashrom.Laptop.metainfo.xml
|