From 609ac5a6208be9725beb6a4e8965020d6d4977c4 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Wed, 21 Dec 2022 21:49:48 +0100 Subject: [PATCH] recipe: Use !nextBoot for flathub --- recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.json b/recipe.json index 1872f4b..23ac6d3 100644 --- a/recipe.json +++ b/recipe.json @@ -74,7 +74,7 @@ "type": "command", "commands": [ "apt install -y flatpak gnome-software-plugin-flatpak", - "!outRun echo '[Desktop Entry]\nType=Application\nExec=kgx -e bash -c \"echo 'Configuring Flathub..' && flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && rm -f ~/.config/autostart/flathub.desktop && echo 'Flathub installed successfully' || echo 'Failed installing Flathub. Are you connected to the internet?'\"\nName=Flatpak Flathub\nComment=Add Flathub repository to Flatpak\n' > ~/.config/autostart/flathub.desktop" + "!nextBoot flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo" ] }, {