mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 18:57:37 +00:00

To use this use `sudo systemctl edit fwupd.service` and set `Environment="FWUPD_SYSFSFWDIR=/usr/share/installed-tests/fwupd"` Fixes https://github.com/fwupd/fwupd/issues/3441
5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
appstream-util validate-relax firmware.metainfo.xml
|
|
echo -n "hello world" > firmware.bin
|
|
gcab --create --nopath firmware.cab firmware.bin firmware.metainfo.xml
|