mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 12:20:05 +00:00
trivial: Do not use use sudo to use firmware-build
It's not needed anymore.
This commit is contained in:
parent
9ea78077af
commit
740bddf7dd
@ -154,7 +154,6 @@ class Builder:
|
|||||||
print("building {} into {}".format(fn_src, fn_dst))
|
print("building {} into {}".format(fn_src, fn_dst))
|
||||||
try:
|
try:
|
||||||
argv = [
|
argv = [
|
||||||
"sudo",
|
|
||||||
"build/src/fwupdtool",
|
"build/src/fwupdtool",
|
||||||
"firmware-build",
|
"firmware-build",
|
||||||
fn_src,
|
fn_src,
|
||||||
|
Loading…
Reference in New Issue
Block a user