recipe: Use !nextBoot for flathub

main
mirkobrombin 2 years ago
parent 877f8291b0
commit 609ac5a620

@ -74,7 +74,7 @@
"type": "command", "type": "command",
"commands": [ "commands": [
"apt install -y flatpak gnome-software-plugin-flatpak", "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"
] ]
}, },
{ {

Loading…
Cancel
Save