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 |
||
|---|---|---|
| .. | ||
| akmods | ||
| bling | ||
| default-flatpaks | ||
| files | ||
| fonts | ||
| rpm-ostree | ||
| script | ||
| systemd | ||
| yafti | ||
| README.md | ||
Modules for Startingpoint
Here (check the sidebar if you're on the website) is documentation for every default module for Startingpoint. Source code is inside the bling repository, which is intended for hosting more static and shared parts of custom images.
For more information about Startingpoint and modules, refer to the README inside the config/ directory.