mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 17:59:34 +00:00
Shouldn't be needed as depending on dbus-x11 depends on dbus which should get the daemon up and running.
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/sh
|
|
set -e
|
|
sed "s,^BlacklistPlugins=test,BlacklistPlugins=," -i /etc/fwupd/daemon.conf
|
|
gnome-desktop-testing-runner fwupd
|