From 1fd2a052fbfedb4039dfbd1d3821114d4d37419e Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:28:52 -0500 Subject: [PATCH] needed for flatpak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5914c3a..78776e3 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 dbus-daemon + dnf install -y lorax xorriso skopeo flatpak dbus-daemon ostree .PHONY: clean install-deps