From 9c3f800e9de38b5491778df8d60cf1ba112420b1 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:14:54 -0500 Subject: [PATCH] needed for flatpak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a752721..5914c3a 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ clean: rm -f $(_BASE_DIR)/*.log || true install-deps: - dnf install -y lorax xorriso skopeo flatpak + dnf install -y lorax xorriso skopeo flatpak dbus-daemon .PHONY: clean install-deps