mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 20:34:51 +00:00
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/sh
|
|
set -e
|
|
/usr/sbin/service dbus restart
|
|
gnome-desktop-testing-runner fwupd
|