From 1e021adc5900a99770ce68f9f3521d67c1f10964 Mon Sep 17 00:00:00 2001 From: Mirko Date: Fri, 23 Sep 2022 11:47:12 +0200 Subject: [PATCH] add gnome-software-plugin-flatpak --- recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.json b/recipe.json index 0aec487..4778d57 100644 --- a/recipe.json +++ b/recipe.json @@ -37,7 +37,7 @@ "if": "flatpak", "type": "command", "commands": [ - "sudo apt install -y flatpak", + "sudo apt install -y flatpak gnome-software-plugin-flatpak", "flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo" ] },