recipe: Use !nextBoot for applications

main
mirkobrombin 2 years ago
parent 609ac5a620
commit a22a007b62

@ -220,97 +220,97 @@
{ {
"if" : "Calculator", "if" : "Calculator",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Calculator || snap install gnome-calculator"] "commands" : ["!nextBoot flatpak install org.gnome.Calculator || snap install gnome-calculator"]
}, },
{ {
"if" : "Calendar", "if" : "Calendar",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Calendar"] "commands" : ["!nextBoot flatpak install org.gnome.Calendar"]
}, },
{ {
"if" : "Characters", "if" : "Characters",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Characters || snap install gnome-characters"] "commands" : ["!nextBoot flatpak install org.gnome.Characters || snap install gnome-characters"]
}, },
{ {
"if" : "Cheese", "if" : "Cheese",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Cheese || snap install cheese"] "commands" : ["!nextBoot flatpak install org.gnome.Cheese || snap install cheese"]
}, },
{ {
"if" : "Clocks", "if" : "Clocks",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.clocks || snap install gnome-clocks"] "commands" : ["!nextBoot flatpak install org.gnome.clocks || snap install gnome-clocks"]
}, },
{ {
"if" : "Contacts", "if" : "Contacts",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Contacts || snap install gnome-contacts"] "commands" : ["!nextBoot flatpak install org.gnome.Contacts || snap install gnome-contacts"]
}, },
{ {
"if" : "Disk Usage Analyzer", "if" : "Disk Usage Analyzer",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.baobab"] "commands" : ["!nextBoot flatpak install org.gnome.baobab"]
}, },
{ {
"if" : "Document Viewer", "if" : "Document Viewer",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Evince || snap install evince"] "commands" : ["!nextBoot flatpak install org.gnome.Evince || snap install evince"]
}, },
{ {
"if" : "Extensions", "if" : "Extensions",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Extensions"] "commands" : ["!nextBoot flatpak install org.gnome.Extensions"]
}, },
{ {
"if" : "Fonts", "if" : "Fonts",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Fonts"] "commands" : ["!nextBoot flatpak install org.gnome.Fonts"]
}, },
{ {
"if" : "Image Viewer", "if" : "Image Viewer",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.eog || snap install eog"] "commands" : ["!nextBoot flatpak install org.gnome.eog || snap install eog"]
}, },
{ {
"if" : "Logs", "if" : "Logs",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Logs || snap install gnome-logs"] "commands" : ["!nextBoot flatpak install org.gnome.Logs || snap install gnome-logs"]
}, },
{ {
"if" : "Maps", "if" : "Maps",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Maps"] "commands" : ["!nextBoot flatpak install org.gnome.Maps"]
}, },
{ {
"if" : "Music", "if" : "Music",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Music"] "commands" : ["!nextBoot flatpak install org.gnome.Music"]
}, },
{ {
"if" : "Photos", "if" : "Photos",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Photos"] "commands" : ["!nextBoot flatpak install org.gnome.Photos"]
}, },
{ {
"if" : "Text Editor", "if" : "Text Editor",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.TextEditor"] "commands" : ["!nextBoot flatpak install org.gnome.TextEditor"]
}, },
{ {
"if" : "Videos", "if" : "Videos",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Totem"] "commands" : ["!nextBoot flatpak install org.gnome.Totem"]
}, },
{ {
"if" : "Weather", "if" : "Weather",
"type" : "command", "type" : "command",
"commands" : ["flatpak install org.gnome.Weather || snap install gnome-weather"] "commands" : ["!nextBoot flatpak install org.gnome.Weather || snap install gnome-weather"]
}, },
{ {
"if" : "Bottles", "if" : "Bottles",
"type" : "command", "type" : "command",
"commands" : ["flatpak install com.usebottles.bottles"] "commands" : ["!nextBoot flatpak install com.usebottles.bottles"]
} }
] ]
}, },

Loading…
Cancel
Save