class

Fluxion::FlatpakStep

Inherits Fluxion::Step < Reference < Object

type: flatpak — install Flatpak applications from a remote.

Constants

DEFAULT_REMOTE = "flathub"

Constructors

new(name : String, app_ids : Array(String), remote : String = DEFAULT_REMOTE, description : String | Nil = nil, continue_on_error : Bool = true, probe_command : String | Nil = nil, condition : Condition | Nil = nil)
Source

Instance methods

app_ids
Source
items

Everything this step installs, in declaration order.

Source
kind

The config type (stable schema) that produces this step.

Source
remote
Source
summary

One-line summary for plan and list.

Source