particle-os-modules/modules/yafti
Nick Saika 17bacbe3da
fix: Fix flag ordering in set calls in scripts (#99)
The README for scripts has an incorrect use of the `set`. Where it says
to use:

	set -oue pipefail

it should be:

	set -euo pipefail

since `pipefail` is an option consumed by `set -o`.

More information: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
2024-01-16 06:12:08 +00:00
..
README.md docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00
yafti.sh fix: Fix flag ordering in set calls in scripts (#99) 2024-01-16 06:12:08 +00:00

yafti Module for Startingpoint

The yafti module can be used to install yafti and set it up to run on first boot. Also yafti's dependencies, python3-pip and libadwaita are installed.

Optionally, a list of Flatpak names and IDs can be included under custom-flatpaks:. These will be enabled by default under their own section on the Flatpak installation screen of yafti.

The main yafti configuration file, yafti.yml, is in /usr/share/ublue-os/firstboot/yafti.yml and can be edited for a more custom first-boot experience.

Example configuration

type: yafti
custom-flatpaks:
    - Celluloid: io.github.celluloid_player.Celluloid
    - Krita: org.kde.krita