trivial: Do not use use sudo to use firmware-build

It's not needed anymore.
This commit is contained in:
Richard Hughes 2022-02-09 09:56:14 +00:00
parent 9ea78077af
commit 740bddf7dd

View File

@ -154,7 +154,6 @@ class Builder:
print("building {} into {}".format(fn_src, fn_dst))
try:
argv = [
"sudo",
"build/src/fwupdtool",
"firmware-build",
fn_src,